diff options
author | Joe <rbo@gmx.us> | 2024-06-29 23:28:33 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-29 23:28:33 +0200 |
commit | 952e68fb26f19450487b34c789ff0a1b19574343 (patch) | |
tree | 80b5811af025952eb65e5fd89bb13f50d8f44fcb /.config/env | |
parent | up (diff) | |
download | dotfiles-bsd-952e68fb26f19450487b34c789ff0a1b19574343.tar.gz dotfiles-bsd-952e68fb26f19450487b34c789ff0a1b19574343.tar.bz2 dotfiles-bsd-952e68fb26f19450487b34c789ff0a1b19574343.tar.xz dotfiles-bsd-952e68fb26f19450487b34c789ff0a1b19574343.tar.zst dotfiles-bsd-952e68fb26f19450487b34c789ff0a1b19574343.zip |
up
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' |