mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
6 lines
148 B
Text
6 lines
148 B
Text
|
# Comment
|
||
|
|
||
|
ZSH_THEME_GIT_PROMPT_PREFIX=' (git:'
|
||
|
ZSH_THEME_GIT_PROMPT_SUFFIX=')'
|
||
|
|
||
|
PROMPT='%{$fg[magenta]%}[%c]$(git_prompt_info) $ %{$reset_color%}'
|