dotfiles/zsh/.zlogin

6 lines
101 B
Plaintext
Raw Normal View History

emulate sh -c 'source /etc/profile'
2019-04-08 19:36:19 +02:00
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi