mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
added a couple more prompt markers
This commit is contained in:
parent
4b38342275
commit
dc59125425
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ PROMPT='%{$fg[magenta]%}%c$(git_prompt) %{$reset_color%}$ '
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
|
||||||
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}!%{$reset_color%}"
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%}!%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[white]%}?%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[white]%}*%{$reset_color%}"
|
||||||
|
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[white]%}+%{$reset_color%}"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"
|
||||||
|
|
||||||
ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
|
ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue