summaryrefslogtreecommitdiff
path: root/etc/hosts/profile-nemesis
blob: e03c32acb45046bd016854e9dc192af8aeec2fc2 (plain)
1
2
3
4
5
6
## vim:ft=zsh
if [[ -z $SSH_CONNECTION && ! -e /tmp/.afterboot ]] {
	touch /tmp/.afterboot
	unsetopt bg_nice
	startx &! exit
}