From fd2eb9f84b861297024b51158c06a21cb5353b7c Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:16:21 +0000 Subject: [PATCH] Update 'install.sh' make sure we pick up updated path after each run --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 2695ad9..aaeb8cb 100644 --- a/install.sh +++ b/install.sh @@ -16,6 +16,8 @@ function run_install { # run modular setup scripts for FN in $HOME/Library/user-setup/*.sh ; do + source $HOME/.profile + source $HOME/.bashrc echo "new-user-setup: starting $(basename $FN)..." bash "$FN" 2>&1 | tee -a $HOME/Library/Logs/user-setup.log rm "$FN"