Add bash.d.

This commit is contained in:
2026-02-21 07:58:17 -05:00
parent 288dc28e07
commit dabfa780df
6 changed files with 65 additions and 58 deletions

View File

@@ -16,10 +16,10 @@ fi
git submodule update --init --recursive
# Use alias for installing packages so we don't maintain several dependency lists.
if ! [[ -f .bash_aliases ]]; then
fatal "Failed to locate .bash_aliases in path: $(pwd)" 3
if ! [[ -f .bash.d/.bash_exports ]]; then
fatal "Failed to locate .bash.d/.bash_exports in path: $(pwd)" 3
fi
. .bash_aliases
. .bash.d/.bash_exports
if [[ -z ${DOT_PACKAGES:-} ]]; then
fatal "DOT_PACKAGES variable not found after sourcing $(pwd)/.bash_aliases" 4