blob: 3b15a21e60dac7c6ead7940f3587263afc8f9ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# ~/.profile
PATH=~/bin:~/mu/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 startxfce4 ;;
# esac
tabs -4
|