mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(af-magic): add space before git and hg information (#9396)
Closes #9396
This commit is contained in:
parent
904f8685f7
commit
a1ec96d125
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@ fi
|
||||||
RPS1+=" ${FG[237]}%n@%m%{$reset_color%}"
|
RPS1+=" ${FG[237]}%n@%m%{$reset_color%}"
|
||||||
|
|
||||||
# git settings
|
# git settings
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="${FG[075]}(${FG[078]}"
|
ZSH_THEME_GIT_PROMPT_PREFIX=" ${FG[075]}(${FG[078]}"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}"
|
||||||
|
|
||||||
# hg settings
|
# hg settings
|
||||||
ZSH_THEME_HG_PROMPT_PREFIX="${FG[075]}(${FG[078]}"
|
ZSH_THEME_HG_PROMPT_PREFIX=" ${FG[075]}(${FG[078]}"
|
||||||
ZSH_THEME_HG_PROMPT_CLEAN=""
|
ZSH_THEME_HG_PROMPT_CLEAN=""
|
||||||
ZSH_THEME_HG_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}"
|
ZSH_THEME_HG_PROMPT_DIRTY="${FG[214]}*%{$reset_color%}"
|
||||||
ZSH_THEME_HG_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}"
|
ZSH_THEME_HG_PROMPT_SUFFIX="${FG[075]})%{$reset_color%}"
|
||||||
|
|
Loading…
Reference in a new issue