Changing all scm char to more identifiable ones

pull/146/head
Matthieu Fronton 2012-07-09 15:22:23 +02:00
parent 8e594f2edf
commit 1ed27354c0
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
#!/usr/bin/env bash
THEME_PROMPT_HOST='\H'
SCM_THEME_PROMPT_DIRTY=' ✗'
#SCM_THEME_PROMPT_DIRTY=' ×'
SCM_THEME_PROMPT_DIRTY=' ※'
SCM_THEME_PROMPT_CLEAN=' ✓'
SCM_THEME_PROMPT_PREFIX=' |'
SCM_THEME_PROMPT_SUFFIX='|'
@ -10,10 +11,10 @@ SCM_GIT='git'
SCM_GIT_CHAR='±'
SCM_HG='hg'
SCM_HG_CHAR=''
SCM_HG_CHAR='Ħ'
SCM_SVN='svn'
SCM_SVN_CHAR=''
SCM_SVN_CHAR='ϟ'
SCM_NONE='NONE'
SCM_NONE_CHAR='○'