summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 76cdef6..485845d 100644
--- a/.zprofile
+++ b/.zprofile
@@ -6,5 +6,6 @@ if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
fi
export EDITOR="emacs"
-export TERMINAL="alacriy"
+export TERMINAL="alacritty"
export BROWSER="usr/bin/qutebrowser"
+export QT_QPA_PLATFORMTHEME="qt5ct"