homes/common/.oh-my-zsh/themes/daveverwer.zsh-theme
Christophe Buffenoir 16b4350cdb Initial commit
2013-05-02 12:38:30 +02:00

7 lines
308 B
Bash

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