.profile: Use relative path to EDITOR
This commit is contained in:
parent
2bc7ac11a1
commit
226dd48cc5
4
.profile
4
.profile
@ -28,9 +28,9 @@
|
|||||||
# Environment variables
|
# Environment variables
|
||||||
# Use Vim if we have it
|
# Use Vim if we have it
|
||||||
if `which vim > /dev/null 2>&1`; then
|
if `which vim > /dev/null 2>&1`; then
|
||||||
export EDITOR=`which vim`
|
export EDITOR="vim"
|
||||||
else
|
else
|
||||||
export EDITOR=`which vi`
|
export EDITOR="vi"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/.local/bin
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user