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

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

export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib

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

tabs -4

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