al-skel/home/.bash_profile

6 lines
184 B
Bash
Raw Normal View History

2018-06-01 21:19:37 -05:00
# .bash_profile
# sourced by bash when used as a login shell
# automatically run startx when logging in on tty1
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null