make sure its obvious which is ruby and which is python
parent
1251c20a58
commit
11995c1c1d
|
|
@ -6,8 +6,10 @@ SCM_SVN_CHAR="${bold_cyan}⑆${normal}"
|
||||||
SCM_HG_CHAR="${bold_red}☿${normal}"
|
SCM_HG_CHAR="${bold_red}☿${normal}"
|
||||||
SCM_THEME_PROMPT_PREFIX=""
|
SCM_THEME_PROMPT_PREFIX=""
|
||||||
SCM_THEME_PROMPT_SUFFIX=""
|
SCM_THEME_PROMPT_SUFFIX=""
|
||||||
RVM_THEME_PROMPT_PREFIX=" ("
|
RVM_THEME_PROMPT_PREFIX="(rb: "
|
||||||
RVM_THEME_PROMPT_SUFFIX=") "
|
RVM_THEME_PROMPT_SUFFIX=") "
|
||||||
|
VIRTUALENV_THEME_PROMPT_PREFIX="(py: "
|
||||||
|
VIRTUALENV_THEME_PROMPT_SUFFIX=") "
|
||||||
|
|
||||||
if [ ! -z $THEME_PROMPT_HOST_COLOR ]; then
|
if [ ! -z $THEME_PROMPT_HOST_COLOR ]; then
|
||||||
THEME_PROMPT_HOST_COLOR=$(eval echo $`echo ${THEME_PROMPT_HOST_COLOR}`);
|
THEME_PROMPT_HOST_COLOR=$(eval echo $`echo ${THEME_PROMPT_HOST_COLOR}`);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue