dotfiles/.config/zsh/.zlogin

4 lines
68 B
Text
Raw Normal View History

2022-09-03 20:07:05 +02:00
if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1
then exec startx
fi