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

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

source ~/.setup/.bash_profile.local

# opam configuration
test -r /home/benj/.opam/opam-init/init.sh && . /home/benj/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true