mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
7 lines
375 B
Bash
7 lines
375 B
Bash
PROMPT='%{$fg_bold[blue]%}%~ %{$reset_color%}$(git_prompt_info)%{$fg_bold[blue]%}$ %{$reset_color%}'
|
|
RPROMPT='%{$fg_bold[green]%}%n% %{$fg_bold[red]%}| %{$reset_color%}%*%'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[red]%}➞%{$reset_color%} "
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=" "
|
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[red]%}✗"
|
|
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔"
|