al-skel/home/.zprofile

6 lines
185 B
Plaintext
Raw Normal View History

# .zprofile
# sourced by zsh when used as a login shell
2018-05-08 02:34:04 -05:00
# automatically run startx when logging in to tty1
[[ -z $DISPLAY ]] && [[ $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null