ohmyzsh/themes/daveverwer.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

7 lines
251 B
Bash

# Copied and modified from the oh-my-zsh theme from geoffgarside
# Red server name, green cwd, blue git status
PROMPT='%F{red}%m%f:%F{green}%c%f$(git_prompt_info) %(!.#.$) '
ZSH_THEME_GIT_PROMPT_PREFIX=" %F{blue}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%f"