diff options
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index 3bbd2c2..ea0d54c 100644 --- a/.config/env +++ b/.config/env @@ -25,7 +25,7 @@ export XDG_PICTURES_DIR="$HOME"/pics export XDG_VIDEOS_DIR="$HOME"/vids export XDG_RUNTIME_DIR=/var/run/"$USER" # Apps -export EDITOR='editorcmd' +export EDITOR='nvim' export VISUAL="${EDITOR}" export PAGER='less' export MANPAGER='less' |