# if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # X autostart only from local tty case $(tty) in /dev/tty[0-9]*) exec startx -- -nocursor ;; esac