Add bash.d.
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user