mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Improve the git prompt.
This commit is contained in:
parent
aa15f1b4d4
commit
3d22ee248c
2 changed files with 13 additions and 4 deletions
|
|
@ -33,4 +33,5 @@ RPROMPT='$(battery_charge)'
|
|||
ZSH_THEME_GIT_PROMPT_PREFIX=" on %{$fg[magenta]%}"
|
||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}!"
|
||||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"
|
||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue