summaryrefslogtreecommitdiff
path: root/.profile
blob: 8263305edefe6492752e6d422b64d94e777c8736 (plain)
1
2
3
4
5
6
7
# ~/.profile

[ -f ~/.profile-$HOSTNAME ] && . ~/.profile-$HOSTNAME

export PATH=~/bin:$PATH:~/go/bin

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