Skip to content

Instantly share code, notes, and snippets.

@jesteria
Created July 25, 2013 22:42
Show Gist options
  • Select an option

  • Save jesteria/6084433 to your computer and use it in GitHub Desktop.

Select an option

Save jesteria/6084433 to your computer and use it in GitHub Desktop.
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