From 86f3ea2fa89d852e148259247e29b56b5f0b93d7 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 26 Jul 2021 08:43:42 +0200 Subject: [PATCH] Shut up profile editor selection --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile b/profile index 331148e..4e35e6e 100644 --- a/profile +++ b/profile @@ -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