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

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

# Setting LD_LIBRARY_PATH should be not necessary if rpath is well set.
# export LD_LIBRARY_PATH=~/mu/lib64:~/mu/lib

export MUSRC=$HOME/build

[ "${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