mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-16 10:33:08 +00:00
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:
parent
0052b338e8
commit
a6162c2c84
7 changed files with 27 additions and 37 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue