From 10850b49fbc31af28c977d2d42cf8f22811963ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 6 May 2015 09:25:59 +0200 Subject: zsh: Alias gh to hub --- tag-zsh/config/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-zsh') 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 -- cgit 1.4.1