Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created October 27, 2015 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorperez/6dbc47cc7906225cb05a to your computer and use it in GitHub Desktop.
Save hectorperez/6dbc47cc7906225cb05a to your computer and use it in GitHub Desktop.
git prompt
https://github.com/jimeh/git-aware-prompt
# in my bash_profile:
export GITAWAREPROMPT=~/.bash/git-aware-prompt
source "${GITAWAREPROMPT}/main.sh"
export PS1="\u@\h \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment