From 9bd30506f3d72a15cecac5f2b845cdd73f8bf5f1 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 20 Mar 2019 19:26:55 +0300 Subject: [PATCH] get rid of the vim alias, does more harm than good --- zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zshrc b/zshrc index 5082ac2..cfa33a6 100644 --- a/zshrc +++ b/zshrc @@ -175,11 +175,6 @@ alias atmux='command tmux -2 attach' alias rscreen='command screen -Dr' alias scr='command screen sudo -Es' -# (neo)vim -vimcmd=$(whence nvim) || vimcmd=$(whence vim) || vimcmd=$(whence vi) -alias vim=$vimcmd -alias vi='vim' - # termcompat if [[ -x $(whence termcompat) ]]; then alias s='command termcompat ssh'