mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
10 lines
470 B
Bash
10 lines
470 B
Bash
if [[ -z $ZSH_THEME_FURIO_PREFIX ]]; then
|
|
ZSH_THEME_FURIO_PREFIX='👊'
|
|
fi
|
|
|
|
PROMPT='%{$fg_bold[blue]%}$ZSH_THEME_FURIO_PREFIX %{$fg_bold[red]%}%p %{$fg[red]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}[%{$fg[white]%}"
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}] %{$fg[yellow]%}😱%{$reset_color%} "
|
|
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[red]%}]"
|