Created
December 7, 2016 15:21
-
-
Save falvarez/d179123440117c696daef8feb2f67ca8 to your computer and use it in GitHub Desktop.
git prompt
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
if [ -f "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" ]; then | |
GIT_PROMPT_THEME=Default | |
GIT_PROMPT_ONLY_IN_REPO=1 | |
source "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment