.bashrc

changeset 712
1fa3948ce85e
parent 687
17d2d3c6042e
child 717
aa75c68ba540
--- a/.bashrc
+++ b/.bashrc
@@ -7,7 +7,9 @@ fi
 
 source ~/.lib/bash/path.sh
 
-path-prepend "$HOME/bin"
+for DIR in bin .cargo/bin .local/bin; do
+  path-prepend "$HOME/$DIR"
+done
 
 if path-prepend "$HOME/.plenv/bin"; then
   eval "$(plenv init -)"

mercurial