diff options
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/interactive.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index bc864b3d..10a58366 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -276,6 +276,8 @@ alias -s log=less if [[ -e =hub ]]; then alias git="hub" + autoload -U _hub + compdef _hub hub fi # Functions |