rucker / dotfiles-manager

A script to compile your dotfiles!
MIT License
9 stars 0 forks source link

__git_ps1 added to $PS1 when git-prompt.sh is not present. #1

Closed rucker closed 9 years ago

rucker commented 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).