dotfiles/.config/zsh/.zlogin

4 lines
95 B
Bash

if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1 && which startx >/dev/null
then exec startx
fi