chore(global): update shell scripts and configs

Going to migrate my Git author email address soon :)

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-10-05 03:57:27 +00:00
parent 0052b338e8
commit a6162c2c84
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
7 changed files with 27 additions and 37 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env bash
for file in "${HOME}"/.config/bash/tools/*.bashrc; do
if [ "$file" == "${HOME}/.config/bash/tools/automated-deploy.bashrc" ]; then
[[ $DEBUG != "" ]] && echo "avoiding source loop, skipping $file"
else
[[ $DEBUG != "" ]] && echo "sourcing $file"
source "$file"
fi
done