Closed rucker closed 9 years ago
When git-prompt.sh is not present, don't try to add __git_ps1 to $PS1. Possible solutions: -Fetch git-prompt.sh if it isn't present -Don't add __git_ps1. Or rather, add it conditionally when git-prompt.sh is sourced (bash_common).
When git-prompt.sh is not present, don't try to add __git_ps1 to $PS1.
Possible solutions:
-Fetch git-prompt.sh if it isn't present -Don't add __git_ps1. Or rather, add it conditionally when git-prompt.sh is sourced (bash_common).