dotfiles/.config/zsh/.zlogin
2022-09-03 20:07:05 +02:00

3 lines
68 B
Bash

if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1
then exec startx
fi