minor adjustments

This commit is contained in:
Alexander Navarro 2023-11-13 22:10:39 -03:00
parent 62af62c258
commit aef7b67390
6 changed files with 11 additions and 21 deletions

View file

@ -8,8 +8,7 @@ cd "$DOTS/config" || exit
readarray -t configs < <(
fd -d 1 \
--exclude "*.old" \
--exclude "create*" \
--exclude "git"
--exclude "create*"
)
for dot in "${configs[@]}"; do