.bashrc

changeset 964
72a7a0ffbce8
parent 893
3b53619431ed
child 968
0db164e368c5
equal deleted inserted replaced
963:3f9185b6a5e3 964:72a7a0ffbce8
9 9
10 for DIR in bin .cargo/bin .local/bin go/bin; do 10 for DIR in bin .cargo/bin .local/bin go/bin; do
11 path-prepend "$HOME/$DIR" 11 path-prepend "$HOME/$DIR"
12 done 12 done
13 13
14 if path-prepend "$HOME/.plenv/bin"; then
15 eval "$(plenv init -)"
16 fi
17
18 if [ -f ~/.bashrc.local ]; then 14 if [ -f ~/.bashrc.local ]; then
19 source ~/.bashrc.local 15 source ~/.bashrc.local
20 fi 16 fi
21 17
22 source ~/.profile.common 18 source ~/.profile.common

mercurial