dotfiles/.zprofile

4 lines
62 B
Plaintext
Raw Normal View History

2019-04-22 20:26:34 +02:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi