87fee1f511e2b91f75a612c56257119a3a0a8e4e
   1#
   2# ~/.bash_profile
   3#
   4
   5[[ -f ~/.bashrc ]] && . ~/.bashrc
   6
   7if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
   8        exec startx
   9fi