Skip to content

Commit

Permalink
New theme "daveverwer", based on "geoffgarside".
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Verwer authored and robbyrussell committed May 7, 2010
1 parent d8a10db commit 97aac4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/daveverwer.zsh-theme
Original file line number Diff line number Diff line change
@@ -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[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%}"

0 comments on commit 97aac4a

Please sign in to comment.