Created
July 25, 2013 22:42
-
-
Save jesteria/6084433 to your computer and use it in GitHub Desktop.
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
| function prompt_command() { | |
| PS1="${purple}[\h]${red}$(virtualenv_prompt)${normal} \w ${white}$(scm_prompt_info)${normal}» " | |
| } | |
| PROMPT_COMMAND=prompt_command; | |
| ## git-theme | |
| # feel free to change git chars. | |
| GIT_THEME_PROMPT_DIRTY=" ${red}✗" | |
| GIT_THEME_PROMPT_CLEAN=" ${bold_green}✓" | |
| GIT_THEME_PROMPT_PREFIX="${blue}(${white}" | |
| GIT_THEME_PROMPT_SUFFIX="${blue})" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment