From 6fa26e4f51d469a930e53209edd78824588248db Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 22 May 2022 08:43:59 -0700 Subject: [PATCH] env: add visual editor --- .config/shell/env | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/env b/.config/shell/env index 6a3b169..9d6c2f3 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -17,6 +17,7 @@ elif command -v vi > /dev/null;then export EDITOR=vi fi export SYSTEMD_EDITOR="$EDITOR" +export VISUAL="$EDITOR" export PATH="$PATH:${XDG_DATA_HOME:-$HOME/.local}/bin:$SHELL_CONFIG_DIR/bin"