automatic startx on first terminal

This commit is contained in:
Yorick van Pelt 2013-06-05 17:10:21 +02:00
parent 897e5c52b8
commit 755ab24088

1
zsh/zprofile.symlink Normal file
View file

@ -0,0 +1 @@
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx