1 2 3 4 5 6 7
# ~/.profile export PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc [ -f ~/.profile-$HOSTNAME ] && . ~/.profile-$HOSTNAME