diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # ~/.profile -export PATH=~/bin:$PATH:~/go/bin +PATH=~/bin:$PATH:~/go/bin -[ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc +[ "${SHELL##*/}" = bash ] && . ~/.bashrc -# Last action: auto start X11 when logged on first terminal +# Last action: auto start X11 when logged on first console case $HOSTNAME in (swift) [ "$(tty)" != /dev/tty1 ] || exec startx ;; esac |
