+ Added alias for sudo vim, but still have all the plugins without having to linksym the config to root

This commit is contained in:
ziro 2020-04-17 08:27:01 +07:00
parent df65182617
commit 0b9f09b387

View file

@ -3,6 +3,9 @@
#sudo
alias sudo='sudo '
#sudo + vim, yea imagine having that powe- nvm
alias sudovim='sudoedit'
#vim
alias nano=nvim
alias vim=nvim