2016-07-28 14:41:54 +02:00
|
|
|
PROMPT='%{${fg_bold[white]}%}%n%{$reset_color%}%{${fg[white]}%}@%m $%{$reset_color%} '
|
|
|
|
|
RPROMPT='%{$fg[white]%}%~$(git_prompt_info)%{$reset_color%}%(?,,%{${fg_bold[red]}%} [%?]%{$reset_color%})'
|
2014-09-27 20:25:26 +02:00
|
|
|
|
2018-04-23 10:07:14 +02:00
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg_bold[green]%}("
|
2016-07-28 14:41:54 +02:00
|
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
2018-04-23 10:09:38 +02:00
|
|
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[green]%})%{$fg_bold[red]%}!%{$reset_color%}"
|
2018-04-23 10:07:14 +02:00
|
|
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%})"
|