diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..df7308c --- /dev/null +++ b/.zprofile @@ -0,0 +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 |