all repos — archive/dotfiles @ 895d35abcddd3c16241964f077595f09de2d08df

Superseded by nixfiles

zsh: use gh instead of hub
Alan Pearce ap@studio-40.com
Sun, 01 Jun 2014 14:26:55 +0100
commit

895d35abcddd3c16241964f077595f09de2d08df

parent

8c73db305410b15b1a3f85df8f8add61fadcdd55

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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