aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: fef0e149c77a01633d3860e16e25afc1f5eb783f (plain)
1
2
3
4
5
6
7
8
9
10
#
# ~/.bash_profile
#
PATH=$PATH:$HOME/.cargo/bin
PATH=$PATH:$HOME/go/bin
export PATH

[[ -f ~/.bashrc ]] && . ~/.bashrc

source ~/.setup/.bash_profile.local