Shut up profile editor selection
This commit is contained in:
parent
42ab2d39e8
commit
86f3ea2fa8
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -1,6 +1,6 @@
|
||||||
# vim: set noexpandtab filetype=sh :miv #
|
# vim: set noexpandtab filetype=sh :miv #
|
||||||
|
|
||||||
if which nvim
|
if which nvim > /dev/null
|
||||||
then export EDITOR=nvim
|
then export EDITOR=nvim
|
||||||
else export EDITOR=vim
|
else export EDITOR=vim
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue