zsh / .zprofileon commit move vlcrc (74f25d4)
   1#
   2# ~/.bash_profile
   3#
   4
   5[[ -f ~/.bashrc ]] && . ~/.bashrc
   6
   7if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
   8        exec startx
   9fi