Skip to content

Instantly share code, notes, and snippets.

@miguelSantirso
Created April 12, 2014 14:57
Show Gist options
  • Save miguelSantirso/10539800 to your computer and use it in GitHub Desktop.
Save miguelSantirso/10539800 to your computer and use it in GitHub Desktop.
Simplified, git-aware prompt
# First, install https://github.com/mikesten/git-aware-prompt
# simplified prompt like “my_folder (develop)$”
export PS1="\W\[$txtcyn\]\$git_branch\[$txtylw\]\$git_dirty\[$txtrst\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment