This commit is contained in:
Luke Storer 2015-07-09 15:11:26 +00:00
commit b829f5c317
3 changed files with 8 additions and 5 deletions

View file

@ -0,0 +1,7 @@
# Copied and modified from the oh-my-zsh theme from geoffgarside
# Red server name, green cwd, blue git status
PROMPT='%{$FG[225]%}%m%{$reset_color%}:%{$FG[226]%}%c%{$reset_color%}$(git_prompt_info) %(!.#.$) '
ZSH_THEME_GIT_PROMPT_PREFIX=" %{$FG[168]%}("
ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"