summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDave Verwer <dave.verwer@shinydevelopment.com>2010-04-22 17:32:36 +0800
committerRobby Russell <robby@planetargon.com>2010-05-08 04:30:50 +0800
commit97aac4acb5913a042a12a4797f5cc1894f2e21f5 (patch)
treeb44158dd5e6c08fcfe74799f36466a9186b7476d /themes
parentd8a10dbba5cff634193a9a957833ad0f395d7a7d (diff)
downloadzsh-97aac4acb5913a042a12a4797f5cc1894f2e21f5.tar.gz
zsh-97aac4acb5913a042a12a4797f5cc1894f2e21f5.tar.bz2
zsh-97aac4acb5913a042a12a4797f5cc1894f2e21f5.zip
New theme "daveverwer", based on "geoffgarside".
Diffstat (limited to 'themes')
-rw-r--r--themes/daveverwer.zsh-theme7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/daveverwer.zsh-theme b/themes/daveverwer.zsh-theme
new file mode 100644
index 000000000..89aef926e
--- /dev/null
+++ b/themes/daveverwer.zsh-theme
@@ -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%}"