.bashrc

changeset 893
3b53619431ed
parent 876
9702221eb0f6
child 964
72a7a0ffbce8
equal deleted inserted replaced
892:ede01ab376a7 893:3b53619431ed
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 local/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 14 if path-prepend "$HOME/.plenv/bin"; then
15 eval "$(plenv init -)" 15 eval "$(plenv init -)"

mercurial