mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
6 lines
203 B
Bash
6 lines
203 B
Bash
PROMPT='[%{$fg_bold[blue]%}%~%{$reset_color%}] '
|
|
RPROMPT='$(git_prompt_info)'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=""
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=""
|
|
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$reset_color%}"
|