This commit is contained in:
JeremyStar™ 2024-06-03 02:10:23 +02:00
parent af1a7764bd
commit 2f72de023c
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash
# shellcheck disable=SC2154
set -eo pipefail
cd "${HOME:?}/.bashrc.d" || (
echo ":: Can't cd into ${HOME:?}/.bashrc.d"
@ -62,3 +63,5 @@ for file in startup.d/*; do
# shellcheck disable=SC1090
source "${file}"
done
set +eo pipefail