You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PROMPT='%(!.%{$fg[red]%}.%{$fg[green]%})%~$(git_prompt_info)%{$reset_color%} ' |
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[blue]%}(" |
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%})" |
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗" |
|
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔"
|
|
|