Fix non-functioning bash profile script

This commit is contained in:
Manuel Thalmann 2024-03-25 19:41:48 +01:00
parent 61e44772a2
commit c99c131968

View file

@ -7,11 +7,10 @@ env:
path: [] path: []
script: script:
- value: | - value: |
find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null |
while IFS= read -r -d '' file; while IFS= read -r -d '' file;
do do
. "$file"; . "$file";
done; done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);
if: match .Shell "bash" if: match .Shell "bash"
- value: | - value: |
# Profile Files # Profile Files