mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-04-10 22:51:20 +02:00
Merge 656bb18799
into f97e871c33
This commit is contained in:
commit
1a282e75e6
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
_FOSSIL_PROMPT=""
|
_FOSSIL_PROMPT=""
|
||||||
|
|
||||||
# Prefix at the very beginning of the prompt, before the branch name
|
# Prefix at the very beginning of the prompt, before the branch name
|
||||||
ZSH_THEME_FOSSIL_PROMPT_PREFIX="%{$fg_bold[blue]%}fossil:(%{$fg_bold[red]%}"
|
ZSH_THEME_FOSSIL_PROMPT_PREFIX="%{$fg_bold[blue]%}fossil:("
|
||||||
|
|
||||||
# At the very end of the prompt
|
# At the very end of the prompt
|
||||||
ZSH_THEME_FOSSIL_PROMPT_SUFFIX="%{$fg_bold[blue]%})"
|
ZSH_THEME_FOSSIL_PROMPT_SUFFIX="%{$fg_bold[blue]%})"
|
||||||
|
@ -28,8 +28,8 @@ function fossil_prompt_info() {
|
||||||
printf ' %s%s%s%s%s' \
|
printf ' %s%s%s%s%s' \
|
||||||
"$ZSH_THEME_FOSSIL_PROMPT_PREFIX" \
|
"$ZSH_THEME_FOSSIL_PROMPT_PREFIX" \
|
||||||
"${branch:gs/%/%%}" \
|
"${branch:gs/%/%%}" \
|
||||||
"$ZSH_THEME_FOSSIL_PROMPT_SUFFIX" \
|
|
||||||
"$dirty" \
|
"$dirty" \
|
||||||
|
"$ZSH_THEME_FOSSIL_PROMPT_SUFFIX" \
|
||||||
"%{$reset_color%}"
|
"%{$reset_color%}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue