/GitStatusPrompt

Add the git status to the bash command line prompt.

Primary LanguageShell

Makes a status prompt that looks like this: Prompt example

Setup on OS X with:

git clone https://github.com/rickcnagy/GitStatusPrompt.git
. GitStatusPrompt/setup-osx.sh
rm -rf GitStatusPrompt

Setup on Linux with:

git clone https://github.com/rickcnagy/GitStatusPrompt.git
. GitStatusPrompt/setup-linux.sh
rm -rf GitStatusPrompt