diff options
author | Alan Pearce | 2017-09-22 16:00:17 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-22 16:00:17 +0200 |
commit | 702cd2fd8286d925f4c96ba8504a138feebc3563 (patch) | |
tree | 34f810e327ce240f4f35cf8e7328f5b2e578ecbc /zsh | |
parent | 1f09d8508fa3847c33fb0322f777d16b9b790707 (diff) | |
download | dotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.tar.lz dotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.tar.zst dotfiles-702cd2fd8286d925f4c96ba8504a138feebc3563.zip |
zsh: Remove gh alias
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 1 |
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] ]] |