You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
PROMPT='%F{green}%2c%F{blue} [%f ' |
|
RPROMPT='$(git_prompt_info) %F{blue}] %F{green}%D{%L:%M} %F{yellow}%D{%p}%f' |
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%F{yellow}" |
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%f" |
|
ZSH_THEME_GIT_PROMPT_DIRTY=" %F{red}*%f" |
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
|
|