all repos — nixfiles @ 2ef5062c3047585928f40493eb76e08cd66ba389

System and user configuration, managed by nix and home-manager

zsh: Complete gh commands with _gh, not _hub

Alan Pearce
commit

2ef5062c3047585928f40493eb76e08cd66ba389

parent

e84d46099500cc08c2accc8228a24062da680867

1 file changed, 1 insertion(+), 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