diff options
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 9edd62c..d9f8dac 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -1,7 +1,7 @@ # .zprofile -*- mode: sh; lexical-binding: t; -*- # Standard Variables -export EDITOR='emacsclient -s MAIN -a "nvim" -c' +export EDITOR='emacsclient -s MAIN -a "emacs" -c' export EA_EDITOR=$EDITOR export TERMINAL="alacritty" export BROWSER="qutebrowser" |