Improve formatting of bash profile script
This commit is contained in:
parent
76c3f39a3c
commit
03b626dec9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue