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"

View File

@@ -2,10 +2,5 @@
PROMPT_SUBMODULE="${SUBMODULES}/romkatv-gitstatus"
if ls -A "$PROMPT_SUBMODULE"; then
git submodule init
git submodule update
fi
# shellcheck disable=SC1090
source "$PROMPT_SUBMODULE/gitstatus.prompt.sh"