mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-28 17:23:31 +02: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%}' |