Improve formatting of bash profile script

This commit is contained in:
Manuel Thalmann 2024-09-21 02:12:31 +02:00
parent 76c3f39a3c
commit 03b626dec9

View file

@ -10,7 +10,7 @@ begin
"# profile" \
"while IFS= read -r -d '' file;" \
"do" \
'source "$file";' \
' source "$file";' \
'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);'
end | sudo tee -a /etc/bash.bashrc &> /dev/null
end