Change vim path

This commit is contained in:
flyingscorpio@arch-desktop 2020-07-24 09:59:34 +02:00
parent da878f03dd
commit 9c03547485

View file

@ -3,8 +3,8 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -x /bin/vim ]; then
export EDITOR="/bin/vim"
if [ -x /usr/bin/vim ]; then
export EDITOR="/usr/bin/vim"
fi
export PATH="$HOME/.cargo/bin:$PATH"