more reorg
This commit is contained in:
4
bash.d/10-paths.sh
Normal file
4
bash.d/10-paths.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH="./node_modules/.bin;$PATH"
|
||||
export PATH="$HOME/.cargo/bin;$PATH"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user