minor adjustments
This commit is contained in:
parent
62af62c258
commit
aef7b67390
6 changed files with 11 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue