summaryrefslogtreecommitdiff
path: root/zsh/.zprofile
blob: 93d8d9fafbe70278a9e282c46909d88455f72e14 (plain)
1
2
3
4
5
6
7
[[ -f ~/.zshrc ]] && . ~/.zshrc

# xinit

if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
	          exec startx
fi