diff options
author | Alan Pearce | 2017-12-21 11:59:26 +0100 |
---|---|---|
committer | Alan Pearce | 2017-12-21 11:59:26 +0100 |
commit | 40d25b9213259eb9a083882ffdf9108ae306c706 (patch) | |
tree | c6959e3f4c2e5fe7a206cc819b31f5e78b729b59 /zsh | |
parent | 160b6167644bd3f9be2f215adb88164f64ffec9f (diff) | |
download | dotfiles-40d25b9213259eb9a083882ffdf9108ae306c706.tar.lz dotfiles-40d25b9213259eb9a083882ffdf9108ae306c706.tar.zst dotfiles-40d25b9213259eb9a083882ffdf9108ae306c706.zip |
zsh: Unalias git->hub
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.zshrc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 3efc61a..1bc434c 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.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 |