.bashrc

changeset 717
aa75c68ba540
parent 712
1fa3948ce85e
child 876
9702221eb0f6
equal deleted inserted replaced
716:7ea1f4410682 717:aa75c68ba540
5 source ~/.bashrc.dist 5 source ~/.bashrc.dist
6 fi 6 fi
7 7
8 source ~/.lib/bash/path.sh 8 source ~/.lib/bash/path.sh
9 9
10 for DIR in bin .cargo/bin .local/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 14 if path-prepend "$HOME/.plenv/bin"; then
15 eval "$(plenv init -)" 15 eval "$(plenv init -)"

mercurial