diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 20:51:35 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-01-08 20:51:35 +0100 |
commit | 960fcd8ad3e7621509b43cd5d7c058ac6986c194 (patch) | |
tree | 5c02c865c88fd4171f21e3aead517f3f143bfeb2 /.config/env | |
parent | Testing (diff) | |
download | dotfiles-bsd-960fcd8ad3e7621509b43cd5d7c058ac6986c194.tar.gz dotfiles-bsd-960fcd8ad3e7621509b43cd5d7c058ac6986c194.tar.bz2 dotfiles-bsd-960fcd8ad3e7621509b43cd5d7c058ac6986c194.tar.xz dotfiles-bsd-960fcd8ad3e7621509b43cd5d7c058ac6986c194.tar.zst dotfiles-bsd-960fcd8ad3e7621509b43cd5d7c058ac6986c194.zip |
Finally it's done
Diffstat (limited to '.config/env')
-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' |