diff --git a/scripts/update_source.sh b/scripts/update_source.sh index 0c4c8c11a..5e4eab7e7 100644 --- a/scripts/update_source.sh +++ b/scripts/update_source.sh @@ -5,7 +5,7 @@ current_shell=$(basename "$SHELL") # Run the appropriate command based on the detected shell case $current_shell in - bash)" + bash) source ~/.bashrc || source ~/.bash_profile ;; zsh)