make sure its obvious which is ruby and which is python

pull/72/head
Travis Swicegood 2011-07-23 21:42:48 -05:00
parent 1251c20a58
commit 11995c1c1d
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ SCM_SVN_CHAR="${bold_cyan}⑆${normal}"
SCM_HG_CHAR="${bold_red}${normal}"
SCM_THEME_PROMPT_PREFIX=""
SCM_THEME_PROMPT_SUFFIX=""
RVM_THEME_PROMPT_PREFIX=" ("
RVM_THEME_PROMPT_PREFIX="(rb: "
RVM_THEME_PROMPT_SUFFIX=") "
VIRTUALENV_THEME_PROMPT_PREFIX="(py: "
VIRTUALENV_THEME_PROMPT_SUFFIX=") "
if [ ! -z $THEME_PROMPT_HOST_COLOR ]; then
THEME_PROMPT_HOST_COLOR=$(eval echo $`echo ${THEME_PROMPT_HOST_COLOR}`);