al-skel/home/.zprofile
2018-05-08 00:34:04 -07:00

6 lines
185 B
Bash

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