summaryrefslogtreecommitdiff
path: root/sh/.profile
blob: 399a6ba4c8e1bdee85fe6f405cf21a323dc7cd59 (plain)
1
2
3
4
5
6
7
8
9
if [ -f "${HOME}/.config/sh/environment.sh" ]
then
	. "${HOME}/.config/sh/environment.sh"
fi

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