diff options
Diffstat (limited to 'configs/shared/.profile')
-rw-r--r-- | configs/shared/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.profile b/configs/shared/.profile index 57f87751b8df..c53a0164d438 100644 --- a/configs/shared/.profile +++ b/configs/shared/.profile @@ -22,7 +22,7 @@ fi export BROWSER=google-chrome-stable export TERMINAL=alacritty # temporary; change this back to `st` export VISUAL=emacsclient -export EDITOR=$VISUAL +export EDITOR=emacsclient export ALTERNATE_EDITOR=nvim # Rust integration. Keep here so programs like Emacs can read this value. |