all repos — archive/dotfiles @ 10850b49fbc31af28c977d2d42cf8f22811963ea

Superseded by nixfiles

zsh: Alias gh to hub
Alan Pearce alan@alanpearce.co.uk
Wed, 06 May 2015 09:25:59 +0200
commit

10850b49fbc31af28c977d2d42cf8f22811963ea

parent

b9687258cc40db2c5960a6a9a93bf791fae25c78

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

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -279,6 +279,7 @@ alias git="hub" 	if [[ -n $functions[_hub] ]];then
 		compdef _hub hub
 	fi
+	alias gh="hub"
 fi
 
 if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then