aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
index c444b1e..df7308c 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,8 +1,16 @@
export EDITOR="nvim"
+export VISUAL="emacs"
export TERMINAL="st"
export BROWSER="firefox"
+export READER="zathura"
+export COLORTERM="truecolor"
+export PAGER="vim"
+export WM="xmonad"
export QT_QPA_PLATFORMTHEME=gtk2
export ZDOTDIR="$HOME/.config/zsh"
startx
+if [[ "$(tty)" = "dev/tty1" ]]; then
+ startx
+fi