zsh: use gh instead of hub
1 file changed, 3 insertions(+), 3 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -271,10 +271,10 @@ #Suffix aliases alias -s log=less -if [[ -e =hub ]]; then - alias git="hub" +if [[ -e =gh ]]; then + alias git="gh" autoload -U _hub - compdef _hub hub + compdef _hub gh fi # Functions