more reorg

This commit is contained in:
2019-12-08 16:20:23 -08:00
parent 1762d6246f
commit a64d42bde0
8 changed files with 39 additions and 27 deletions

4
bash.d/10-paths.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export PATH="./node_modules/.bin;$PATH"
export PATH="$HOME/.cargo/bin;$PATH"