summary refs log tree commit diff
path: root/profile
blob: a7e2d8a86e22ee5080e9ee571e9ed903938d2ab7 (plain)
1
2
3
4
5
export ENV="$HOME/.okshrc"

if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
	startx ~/.xinitrc
fi