1
0
Fork 0

get rid of the vim alias, does more harm than good

This commit is contained in:
Von Random 2019-03-20 19:26:55 +03:00
parent ffeb3fb2a1
commit 9bd30506f3

5
zshrc
View file

@ -175,11 +175,6 @@ alias atmux='command tmux -2 attach'
alias rscreen='command screen -Dr' alias rscreen='command screen -Dr'
alias scr='command screen sudo -Es' alias scr='command screen sudo -Es'
# (neo)vim
vimcmd=$(whence nvim) || vimcmd=$(whence vim) || vimcmd=$(whence vi)
alias vim=$vimcmd
alias vi='vim'
# termcompat # termcompat
if [[ -x $(whence termcompat) ]]; then if [[ -x $(whence termcompat) ]]; then
alias s='command termcompat ssh' alias s='command termcompat ssh'