dotfiles/zsh/.zlogin

6 lines
101 B
Bash
Executable File

emulate sh -c 'source /etc/profile'
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi