aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
blob: 98a0ffe332dd0916837850f4d16ee81efa9f1be8 (plain) (blame)
1
2
3
4
5
[[ -f ~/.config/zsh/zshrc ]] && . ~/.config/zsh/zshrc

if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
	  startx
fi