diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then exec startx fi -export EDITOR="emacsclient" +export EDITOR="emacs" export TERMINAL="alacriy" export BROWSER="usr/bin/qutebrowser" |