all repos — archive/dotfiles @ 2ef5062c3047585928f40493eb76e08cd66ba389

Superseded by nixfiles

zsh: Complete gh commands with _gh, not _hub
Alan Pearce alan@alanpearce.co.uk
Sun, 08 Jun 2014 15:02:03 +0100
commit

2ef5062c3047585928f40493eb76e08cd66ba389

parent

e84d46099500cc08c2accc8228a24062da680867

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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