From 2ef5062c3047585928f40493eb76e08cd66ba389 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 8 Jun 2014 15:02:03 +0100 Subject: zsh: Complete gh commands with _gh, not _hub --- tag-zsh/config/zsh/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 5c6b32ab..39ae5ec6 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 -- cgit 1.4.1