mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
5 lines
238 B
Bash
Executable file
5 lines
238 B
Bash
Executable file
PROMPT='%(!.%{$fg_bold[red]%}%n@.%{$fg_bold[green]%}%n@)%m : %{$fg_bold[magenta]%}%2~ %#%{$reset_color%} '
|
|
RPROMPT='%{$fg_bold[yellow]%}$(git_prompt_info)%{$reset_color%}'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="<"
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="> "
|