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.
4 lines
112 B
Bash
4 lines
112 B
Bash
PROMPT='λ %~/ $(git_prompt_info)%f'
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%F{green}"
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%f "
|