zsh: Complete gh commands with _gh, not _hub
Alan Pearce alan@alanpearce.co.uk
Sun, 08 Jun 2014 15:02:03 +0100
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → 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