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.
6 lines
254 B
Bash
6 lines
254 B
Bash
# Theme with full path names and hostname
|
|
# Handy if you work on different servers all the time;
|
|
PROMPT='%F{cyan}%n%f@%F{yellow}%M:%F{green}%/%f$(git_prompt_info) %(!.#.$) '
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX=" %F{cyan}git:("
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX=")%f"
|