Improve formatting of bash profile script
This commit is contained in:
parent
76c3f39a3c
commit
03b626dec9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ begin
|
||||||
"# profile" \
|
"# profile" \
|
||||||
"while IFS= read -r -d '' file;" \
|
"while IFS= read -r -d '' file;" \
|
||||||
"do" \
|
"do" \
|
||||||
'source "$file";' \
|
' source "$file";' \
|
||||||
'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);'
|
'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);'
|
||||||
end | sudo tee -a /etc/bash.bashrc &> /dev/null
|
end | sudo tee -a /etc/bash.bashrc &> /dev/null
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue