moved from copying the settings to using them in place

This commit is contained in:
Bryan Joshua Pedini 2022-02-10 15:06:42 +01:00
parent 6179e8d809
commit ee267c0c50
1 changed files with 1 additions and 3 deletions

View File

@ -35,9 +35,7 @@ _bash_overrides() {
_bashrc_ref() {
echo "#REF:bashrc_overrides:REF" >> ~/.bashrc
echo "if [ -f ~/.bashrc_overrides/_all ]; then" >> ~/.bashrc
echo " . ~/.bashrc_overrides/_all" >> ~/.bashrc
echo "fi" >> ~/.bashrc
echo ". ${THIS}/bashrc_overrides/_all" >> ~/.bashrc
}
_main() {