.bash_profile 190 B

12345678910
  1. [[ -f ~/.bashrc ]] && . ~/.bashrc
  2. export DESKTOP_SESSION=LXDE
  3. export EDITOR=nano
  4. ~/.automated_script.sh
  5. [ -n "$DESKTOP_SESSION" -a -z "$DISPLAY" -a "$(tty)" = /dev/tty1 ] && exec startx