summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-12-12 13:52:55 -0800
committerRobby Russell <robby@planetargon.com>2009-12-12 13:52:55 -0800
commitc08e1e0ca0fcc416a3881f39d1ceee6f72bad054 (patch)
treef1da85f8c53318b8f1b82a59954fb388b3eddb15
parent41f13ccb0a5d04496605f69b7ae284d9d639b625 (diff)
parentbee94dbd6276d53aae56938920466faf15d2495b (diff)
downloadzsh-c08e1e0ca0fcc416a3881f39d1ceee6f72bad054.tar.gz
zsh-c08e1e0ca0fcc416a3881f39d1ceee6f72bad054.tar.bz2
zsh-c08e1e0ca0fcc416a3881f39d1ceee6f72bad054.zip
Merge branch 'master' of git://github.com/macovsky/oh-my-zsh into macovsky/master
-rw-r--r--themes/macovsky.zsh-theme8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/macovsky.zsh-theme b/themes/macovsky.zsh-theme
new file mode 100644
index 000000000..db7f9148c
--- /dev/null
+++ b/themes/macovsky.zsh-theme
@@ -0,0 +1,8 @@
+# ZSH Theme - Preview: http://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.png
+local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
+
+PROMPT='%{$fg[green]%}%~%{$reset_color%} $(git_prompt_info)%{$reset_color%}%B$%b '
+RPS1="${return_code}"
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
+ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}" \ No newline at end of file