diff options
Diffstat (limited to '')
-rw-r--r-- | .config/env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/env b/.config/env index 9aa97aa..3dabf6a 100644 --- a/.config/env +++ b/.config/env @@ -15,8 +15,8 @@ export PATH="$HOME"/.local/bin:"$PATH":/usr/local/llvm10/bin:/usr/local/llvm11/bin # Apps -export EDITOR="emacsclient -c -a nvim" -export VISUAL="$EDITOR" +export EDITOR="editorcmd" +export VISUAL="${EDITOR}" export PAGER='less' export TERMINAL='st' export BROWSER='firefox' |