dotfiles/.config/zsh/.zlogin

4 lines
95 B
Plaintext
Raw Normal View History

if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1 && which startx >/dev/null
2022-09-03 18:07:05 +00:00
then exec startx
fi