summary refs log tree commit diff
path: root/home/.profile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-18 12:13:28 -0400
committerJune McEnroe <june@causal.agency>2020-07-18 12:13:28 -0400
commit7a05fed3f8ebf3a720be0fdebd38f16507da0fff (patch)
tree3364dbfd7512f6b68044f528792858dbe3ffdfa8 /home/.profile
parentInstall up CGI with mode 700 (diff)
downloadsrc-7a05fed3f8ebf3a720be0fdebd38f16507da0fff.tar.gz
src-7a05fed3f8ebf3a720be0fdebd38f16507da0fff.zip
Actually fix nvim and doas presence tests
Diffstat (limited to 'home/.profile')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
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