1
0
Fork 0
zsh/hybris.theme

8 lines
430 B
Text
Raw Normal View History

2021-12-07 14:56:18 +01:00
PROMPT='%{${fg_bold[yellow]}%}%n%{$reset_color%}%{${fg[yellow]}%}@%m $%{$reset_color%} '
2016-07-28 14:41:54 +02:00
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]%})"