mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
7 lines
353 B
Bash
7 lines
353 B
Bash
PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} '
|
|
RPROMPT='%{$fg[green]%}%~%{$reset_color%}:%n%f@%m%f'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}("
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
|
|
ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg[red]%}✘%{$reset_color%}"
|
|
ZSH_THEME_GIT_PROMPT_CLEAN=")"
|