From ee267c0c50fea01a2235b82746bc628e9194b26c Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 10 Feb 2022 15:06:42 +0100 Subject: [PATCH] moved from copying the settings to using them in place --- deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 768a0f8..e2a8408 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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() {