.bash_profile 162 B

1234567891011
  1. # .bash_profile
  2. # Get the aliases and functions
  3. [ -f $HOME/.bashrc ] && . $HOME/.bashrc
  4. if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
  5. exec startx
  6. fi