summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index c8c76b4..76cdef6 100644
--- a/.zprofile
+++ b/.zprofile
@@ -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"