280:14e5ad653da4 | 281:cc9fa8161af9 |
---|---|
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 .bashrc.lib | 8 source ~/.bashrc.lib |
9 | 9 |
10 path-prepend "$HOME/bin" | 10 path-prepend "$HOME/bin" |
11 | 11 |
12 if path-prepend "$HOME/.plenv/bin"; then | 12 if path-prepend "$HOME/.plenv/bin"; then |
13 eval "$(plenv init -)" | 13 eval "$(plenv init -)" |