diff options
Diffstat (limited to 'zsh/.config')
-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 3efc61a7..1bc434ca 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 |