all repos — archive/dotfiles @ 40d25b9213259eb9a083882ffdf9108ae306c706

Superseded by nixfiles

zsh: Unalias git->hub
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 11:59:26 +0100
commit

40d25b9213259eb9a083882ffdf9108ae306c706

parent

160b6167644bd3f9be2f215adb88164f64ffec9f

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -172,11 +172,6 @@ fi 
 # General configuration
 
-if [[ -n $commands[hub] ]]
-then
-  alias git=hub
-fi
-
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]
 then
   alias gpg=gpg2