Created
April 12, 2014 14:57
-
-
Save miguelSantirso/10539800 to your computer and use it in GitHub Desktop.
Simplified, git-aware 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
# 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