From 895d35abcddd3c16241964f077595f09de2d08df Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 1 Jun 2014 14:26:55 +0100 Subject: zsh: use gh instead of hub --- tag-zsh/config/zsh/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 067c517..9f1f66f 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -271,10 +271,10 @@ alias -g ...='../..' #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 -- cgit 1.4.1