zsh / .zprofileon commit add .zprofile to start x.org (5968f55)
   1#
   2# ~/.bash_profile
   3#
   4
   5[[ -f ~/.bashrc ]] && . ~/.bashrc
   6
   7if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
   8        exec startx
   9fi