zsh: Alias gh to hub
Alan Pearce alan@alanpearce.co.uk
Wed, 06 May 2015 09:25:59 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-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