Add minimal-git theme

Just like the minimal theme, but with git info
pull/64/head
Mark Szymanski 2011-06-24 11:36:11 -05:00
parent 00b11955fa
commit b36d86ddff
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
SCM_THEME_PROMPT_PREFIX="${cyan}(${green}"
SCM_THEME_PROMPT_SUFFIX="${cyan})"
SCM_THEME_PROMPT_DIRTY=" ${red}"
SCM_THEME_PROMPT_CLEAN=" ${bold_green}"
PS1="$(scm_prompt_info)${reset_color} ${cyan}\W${reset_color} "