summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xzsh/interactive.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh
index bc864b3..10a5836 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