2011-03-17 11:22:51 -07:00
|
|
|
PROMPT=$'
|
2011-06-27 01:37:27 -07:00
|
|
|
%{$fg[blue]%}%/%{$reset_color%} $(git_prompt_info)$(bzr_prompt_info)%{$fg[white]%}[%n@%m]%{$reset_color%} %{$fg[white]%}[%T]%{$reset_color%}
|
2011-03-17 11:22:51 -07:00
|
|
|
%{$fg_bold[black]%}>%{$reset_color%} '
|
|
|
|
|
2022-04-09 06:18:24 -07:00
|
|
|
PROMPT2="%{$fg_bold[black]%}%_> %{$reset_color%}"
|
2011-03-17 11:22:51 -07:00
|
|
|
|
2011-06-27 01:37:27 -07:00
|
|
|
GIT_CB="git::"
|
|
|
|
ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}["
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=$ZSH_THEME_SCM_PROMPT_PREFIX$GIT_CB
|
2011-03-17 11:22:51 -07:00
|
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%} "
|
|
|
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
|
|
|
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|