.bashrc

changeset 1107
c6d7ac40bd3c
parent 968
0db164e368c5
equal deleted inserted replaced
1106:902c7d44ab23 1107:c6d7ac40bd3c
5 source ~/.bashrc.dist 5 source ~/.bashrc.dist
6 fi 6 fi
7 7
8 source ~/.lib/sh/path.bash 8 source ~/.lib/sh/path.bash
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 .lib/stubs; do
11 path-prepend "$HOME/$DIR" 11 path-prepend "$HOME/$DIR"
12 done 12 done
13 13
14 if [ -f ~/.bashrc.local ]; then 14 if [ -f ~/.bashrc.local ]; then
15 source ~/.bashrc.local 15 source ~/.bashrc.local

mercurial