.bashrc

changeset 968
0db164e368c5
parent 964
72a7a0ffbce8
child 1107
c6d7ac40bd3c
equal deleted inserted replaced
967:9314317ed18f 968:0db164e368c5
3 3
4 if [ -f ~/.bashrc.dist ]; then 4 if [ -f ~/.bashrc.dist ]; then
5 source ~/.bashrc.dist 5 source ~/.bashrc.dist
6 fi 6 fi
7 7
8 source ~/.lib/bash/path.sh 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; do
11 path-prepend "$HOME/$DIR" 11 path-prepend "$HOME/$DIR"
12 done 12 done
13 13

mercurial