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

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

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