aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 89a3939425034cc8249c0b6fe5a77b028ed9d136 (plain)
1
2
3
4
5
6
7
#
# ~/.bash_profile
#

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

export PATH="$HOME/.cargo/bin:$HOME/go/bin:$PATH"