Install global bash
profiles globally
This commit is contained in:
parent
939ca1082e
commit
5add7bfae2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ begin
|
|||
"do" \
|
||||
'source "$file";' \
|
||||
'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);'
|
||||
end | sudo tee -a /etc/skel/.bashrc &> /dev/null
|
||||
end | sudo tee -a /etc/bash.bashrc &> /dev/null
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
|
|
Loading…
Reference in a new issue