summaryrefslogtreecommitdiff
path: root/themes/zhann.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-12-14 22:01:33 -0800
committerRobby Russell <robby@planetargon.com>2011-12-14 22:01:33 -0800
commite711ab84ccb096bd3d4f812bfc24b70e9f7b34ec (patch)
tree165c5862db23fd2f51bf5833133248f5941086c5 /themes/zhann.zsh-theme
parentd1b6423f2f0d5cf94a35e408441e2a59ff7a3f77 (diff)
parentb16099f3cb9855affa14d0f03adf6563f8df4cbe (diff)
downloadzsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.tar.gz
zsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.tar.bz2
zsh-e711ab84ccb096bd3d4f812bfc24b70e9f7b34ec.zip
Merge pull request #733 from Zhann/master
Pull request for zhann theme
Diffstat (limited to 'themes/zhann.zsh-theme')
-rw-r--r--themes/zhann.zsh-theme7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/zhann.zsh-theme b/themes/zhann.zsh-theme
new file mode 100644
index 000000000..6c056dfbe
--- /dev/null
+++ b/themes/zhann.zsh-theme
@@ -0,0 +1,7 @@
+PROMPT='%{$fg_bold[green]%}%p %{$fg[cyan]%}%c%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
+RPROMPT='%{$reset_color%} %{$fg[red]%}$(~/.rvm/bin/rvm-prompt i v) %{$reset_color%}'
+
+ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$fg[red]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"