all repos — archive/dotfiles @ 702cd2fd8286d925f4c96ba8504a138feebc3563

Superseded by nixfiles

zsh: Remove gh alias
Alan Pearce alan@alanpearce.eu
Fri, 22 Sep 2017 16:00:17 +0200
commit

702cd2fd8286d925f4c96ba8504a138feebc3563

parent

1f09d8508fa3847c33fb0322f777d16b9b790707

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

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -175,7 +175,6 @@ if [[ -n $commands[hub] ]]
 then
   alias git=hub
-  alias gh=hub
 fi
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]