get rid of the vim alias, does more harm than good
This commit is contained in:
parent
ffeb3fb2a1
commit
9bd30506f3
1 changed files with 0 additions and 5 deletions
5
zshrc
5
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'
|
||||
|
|
Loading…
Reference in a new issue