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

PATH=~/bin:/usr/local/sbin:/usr/sbin:/sbin:~/.cargo/bin:$PATH:~/go/bin

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

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

tabs -4