profile: Make vim default EDITOR
This commit is contained in:
parent
9c3db8283d
commit
0836875437
1 changed files with 2 additions and 0 deletions
2
.profile
2
.profile
|
|
@ -20,3 +20,5 @@ command -v uname >/dev/null &&
|
|||
;;
|
||||
esac \
|
||||
;
|
||||
|
||||
export EDITOR=`which vim`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue