summaryrefslogtreecommitdiff
path: root/themes/zhann.zsh-theme
diff options
context:
space:
mode:
authorSébastien M-B <essembeh@gmail.com>2011-12-15 16:15:23 +0100
committerSébastien M-B <essembeh@gmail.com>2011-12-15 16:15:23 +0100
commit37266112759a5759536cc4ea84ea063695cd1f2e (patch)
tree8888b8b8a30c1ef7a395bd26bd1f0590c87c4e45 /themes/zhann.zsh-theme
parent9969fca25b3205c2969a543aa1495aeb6eed772b (diff)
parentc133f41833ba1ce6a3868a644ad29caa17bfa75a (diff)
downloadzsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.gz
zsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.bz2
zsh-37266112759a5759536cc4ea84ea063695cd1f2e.zip
Merge remote branch 'upstream/master'
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]%})"