Shut up profile editor selection

This commit is contained in:
Talia 2021-07-26 08:43:42 +02:00
parent 42ab2d39e8
commit 86f3ea2fa8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# vim: set noexpandtab filetype=sh :miv #
if which nvim
if which nvim > /dev/null
then export EDITOR=nvim
else export EDITOR=vim
fi