summaryrefslogtreecommitdiffstats
path: root/config/sh/env
diff options
context:
space:
mode:
Diffstat (limited to 'config/sh/env')
-rw-r--r--config/sh/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sh/env b/config/sh/env
index 00724e2..e0948da 100644
--- a/config/sh/env
+++ b/config/sh/env
@@ -2,7 +2,7 @@ GPG_TTY=$(tty)
export GPG_TTY
export MANPAGER="$HOME/.bin/vimmanpager"
export PERLDOC_PAGER="$HOME/.bin/vimmanpager"
-EDITOR=$(command -v vim)
+EDITOR=$(command -v helix)
export EDITOR
ssh="${HOME}/.bin/$(hostname)/ssh"
if [ -x "$ssh" ]; then