diff options
Diffstat (limited to 'tag-zsh/config/zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 3 |
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 |