From: David DeSandro Date: Fri, 17 Jun 2011 14:24:04 +0000 (-0400) Subject: SCM_NONE_CHAR='.' -> dot if no repo X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=3dc46203205f89195d29be5cf079f2e31669e77d;p=common%2Fbash_it.git SCM_NONE_CHAR='.' -> dot if no repo --- diff --git a/themes/base.theme.bash b/themes/base.theme.bash index 7087662..c80290d 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash @@ -15,7 +15,7 @@ SCM_HG_CHAR='☿' SVN='svn' SCM_SVN_CHAR='⑆' -SCM_NONE_CHAR='○' +SCM_NONE_CHAR='·' RVM_THEME_PROMPT_PREFIX=' |' RVM_THEME_PROMPT_SUFFIX='|'