summaryrefslogtreecommitdiff
path: root/.profile
blob: 3a407f5e0e7ba51a8b34133f92cb24cf45baed6c (plain)
1
2
3
4
5
6
7
8
9
10
# ~/.profile

PATH=~/bin:$PATH:~/go/bin

[ "${SHELL##*/}" = bash ] && . ~/.bashrc

# Last action: auto start X11 when logged on first console
case $HOSTNAME in
(swift|yoda) [ "$(tty)" != /dev/tty1 ] || exec startx ;;
esac