aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 95b2762734876748f25239add2d3f5afed99881b (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="librewolf"
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