upgrade all themes to use vcs_prompt_info

This commit is contained in:
Ryan Phillips 2010-10-19 16:14:49 -07:00
commit 30573eed3f
42 changed files with 44 additions and 44 deletions

View file

@ -10,10 +10,10 @@ PROMPT_BRACKET_END='%{$fg_bold[white]%}]'
PROMPT_USER='%{$fg_bold[white]%}%n'
PROMPT_SIGN='%{$reset_color%}%#'
GIT_PROMPT_INFO='$(git_prompt_info)'
GIT_PROMPT_INFO='$(vcs_prompt_info)'
# My current prompt looks like:
# [host:current_dir] (git_prompt_info)
# [host:current_dir] (vcs_prompt_info)
# [username]%
PROMPT="${PROMPT_BRACKET_BEGIN}${PROMPT_HOST}${PROMPT_SEPARATOR}${PROMPT_DIR}${PROMPT_BRACKET_END}${GIT_PROMPT_INFO}
${PROMPT_BRACKET_BEGIN}${PROMPT_USER}${PROMPT_BRACKET_END}${PROMPT_SIGN} "