summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
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] ]]