Install global bash profiles globally

This commit is contained in:
Manuel Thalmann 2024-09-13 15:07:49 +02:00
parent 5f82106db8
commit 5a26f5b3de

View file

@ -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