mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-01-28 01:10:23 +08:00
fix(svn-fast-info): quote % characters in svn branch name
This commit is contained in:
parent
ef3a85cd42
commit
75ed59b7c0
@ -20,7 +20,7 @@ function svn_prompt_info() {
|
|||||||
"$ZSH_PROMPT_BASE_COLOR" \
|
"$ZSH_PROMPT_BASE_COLOR" \
|
||||||
\
|
\
|
||||||
"$ZSH_THEME_BRANCH_NAME_COLOR" \
|
"$ZSH_THEME_BRANCH_NAME_COLOR" \
|
||||||
"$(svn_current_branch_name $info)" \
|
"${$(svn_current_branch_name $info):gs/%/%%}" \
|
||||||
"$ZSH_PROMPT_BASE_COLOR" \
|
"$ZSH_PROMPT_BASE_COLOR" \
|
||||||
\
|
\
|
||||||
"$(svn_current_revision $info)" \
|
"$(svn_current_revision $info)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user