This commit is contained in:
2022-01-11 11:54:13 +01:00
parent f1d3e6e5f6
commit 928b1f8e26
13 changed files with 149 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
PROMPT="%(?:%{$fg_bold[green]%}➜:%{$fg_bold[red]%}➜)"
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%} [%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}] %{$fg[yellow]%}$"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}] %(?:%{$fg_bold[green]%}$:%{$fg_bold[red]%}$)"