summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-09-22 16:00:17 +0200
committerAlan Pearce2017-09-22 16:00:17 +0200
commit702cd2fd8286d925f4c96ba8504a138feebc3563 (patch)
tree34f810e327ce240f4f35cf8e7328f5b2e578ecbc /zsh
parent1f09d8508fa3847c33fb0322f777d16b9b790707 (diff)
downloaddotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.tar.lz
dotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.tar.zst
dotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.zip
zsh: Remove gh alias
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 7b1249c..3efc61a 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -175,7 +175,6 @@ fi
 if [[ -n $commands[hub] ]]
 then
   alias git=hub
-  alias gh=hub
 fi
 
 if [[ -n $commands[gpg2] && -z $commands[gpg] ]]