mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
e8504ac49a
that only change the foreground color. %F works at least since Zsh 4.3.
5 lines
201 B
Bash
5 lines
201 B
Bash
# PROMPT="[%*] %n:%c $(git_prompt_info)%(!.#.$) "
|
|
PROMPT='[%*] %F{cyan}%n%f:%F{green}%c%f$(git_prompt_info) %(!.#.$) '
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %F{yellow}git:("
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")%f"
|