From 7a05fed3f8ebf3a720be0fdebd38f16507da0fff Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 18 Jul 2020 12:13:28 -0400 Subject: Actually fix nvim and doas presence tests --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.profile') diff --git a/home/.profile b/home/.profile index 031d2e1e..796e975f 100644 --- a/home/.profile +++ b/home/.profile @@ -15,7 +15,7 @@ export CLICOLOR=1 export GPG_TTY=$(tty) export NETHACKOPTIONS='pickup_types:$!?+/=, color, DECgraphics' -type nvim >/dev/null || EDITOR=vim +type nvim >/dev/null 2>&1 || EDITOR=vim [ -e /usr/share/mk/sys.mk ] || export CFLAGS=-O [ -d /usr/home ] && cd -- cgit 1.4.1