diff options
-rw-r--r-- | .zsh.after/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh index 17b768c..c258cc1 100644 --- a/.zsh.after/aliases.zsh +++ b/.zsh.after/aliases.zsh @@ -163,7 +163,7 @@ alias grep='grep --color=auto --exclude-dir=.git' alias exit="clear; exit" alias du='du -h' alias .='source' -if [[ "$HOST" == *dvzrv* ]]; then +if [[ "$HOST" == *dvzrv* || "$HOST" == *giev* ]]; then unalias vim fi unalias brew |