summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rwxr-xr-xtag-zsh/config/zsh/zshrc6
1 files 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