dotfiles/zsh/.zlogin

6 lines
149 B
Plaintext
Raw Normal View History

emulate sh -c 'source /etc/profile'
2021-03-12 11:48:44 +01:00
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && "$(tty)" = "/dev/tty1" ]]; then
exec startx
fi