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

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

[ "${SHELL##*/}" = bash ] && {
	. ~/.bashrc
	eval "$(gh completion -s bash)"
}

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