Change vim path
This commit is contained in:
parent
da878f03dd
commit
9c03547485
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue