aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: df7308caa0909806162c19e7af7d11389490a654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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