summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2015-05-06 09:25:59 +0200
committerAlan Pearce2015-05-06 09:25:59 +0200
commit10850b49fbc31af28c977d2d42cf8f22811963ea (patch)
tree96cb6362e4b4244f29772bab299170c4918e5a48 /tag-zsh
parentb9687258cc40db2c5960a6a9a93bf791fae25c78 (diff)
downloaddotfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.tar.lz
dotfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.tar.zst
dotfiles-10850b49fbc31af28c977d2d42cf8f22811963ea.zip
zsh: Alias gh to hub
Diffstat (limited to 'tag-zsh')
-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