dotfiles/.config/zsh/.zlogin

4 lines
68 B
Plaintext
Raw Normal View History

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