From b9687258cc40db2c5960a6a9a93bf791fae25c78 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 6 May 2015 09:25:45 +0200 Subject: zsh: Use hub instead of gh for git alias --- tag-zsh/config/zsh/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index e057f0b..361110a 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -274,10 +274,10 @@ alias -g ...='../..' #Suffix aliases alias -s log=less -if [[ -e =gh ]]; then - alias git="gh" - if [[ -n $functions[_gh] ]];then - compdef _gh gh +if [[ -e =hub ]]; then + alias git="hub" + if [[ -n $functions[_hub] ]];then + compdef _hub hub fi fi -- cgit 1.4.1