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/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 361110a..22b4478 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -279,6 +279,7 @@ if [[ -e =hub ]]; then
 	if [[ -n $functions[_hub] ]];then
 		compdef _hub hub
 	fi
+	alias gh="hub"
 fi
 
 if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then