mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Insert ZSH_THEME_GIT_PROMPT_CLEAN into gitfast's prompt.
Otherwise we're missing a closing paren in the prompt, at least on robbyrussel theme.
This commit is contained in:
parent
fce68bbba0
commit
c49fa23831
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ source $dir/../git/git.plugin.zsh
|
|||
source $dir/git-prompt.sh
|
||||
|
||||
function git_prompt_info() {
|
||||
__git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}"
|
||||
__git_ps1 "${ZSH_THEME_GIT_PROMPT_PREFIX//\%/%%}%s${ZSH_THEME_GIT_PROMPT_CLEAN//\%/%%}${ZSH_THEME_GIT_PROMPT_SUFFIX//\%/%%}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue