mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-30 03:15:21 +08:00
6 lines
148 B
Bash
6 lines
148 B
Bash
# Comment
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=' (git:'
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=')'
|
|
|
|
PROMPT='%{$fg[magenta]%}[%c]$(git_prompt_info) $ %{$reset_color%}' |