Created
August 14, 2014 02:14
-
-
Save wmfairuz/a66f9604f37d0722550d to your computer and use it in GitHub Desktop.
git aware
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
export GITAWAREPROMPT=~/bin/git-aware-prompt | |
source $GITAWAREPROMPT/main.sh | |
export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ " | |
git://github.com/jimeh/git-aware-prompt.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment