csrutil disable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## SOURCE & CREDIT: http://mediadoneright.com/content/ultimate-git-ps1-bash-prompt | |
| ## lines 9 & 10 fix for mac os x found in SO | |
| ## customizations: 24h time and change colors :) | |
| # Customize BASH PS1 prompt to show current GIT repository and branch. | |
| # by Mike Stewart - http://MediaDoneRight.com | |
| source /usr/local/git/contrib/completion/git-completion.bash | |
| source /usr/local/git/contrib/completion/git-prompt.sh |