# ~/.profile PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && . ~/.bashrc # Last action: auto start X11 when logged on first console case $HOSTNAME in (swift) [ "$(tty)" != /dev/tty1 ] || exec startx ;; esac