summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 5c6b32a..39ae5ec 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -273,8 +273,7 @@ alias -s log=less
 
 if [[ -e =gh ]]; then
 	alias git="gh"
-	autoload -U _hub
-	compdef _hub gh
+	compdef _gh gh
 fi
 
 if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then