ohmyzsh/themes/maran.zsh-theme
Eric Nielsen e8504ac49a Replace %{$fg[color]%} by %F{color} in themes
that only change the foreground color. %F works at least since Zsh 4.3.
2020-06-14 21:02:25 -05:00

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"