summaryrefslogtreecommitdiff
path: root/themes/3den.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-09-01 08:31:04 -0700
committerRobby Russell <robby@planetargon.com>2012-09-01 08:31:04 -0700
commita0430a0a45f81ecff5682070647f9c4c2da6410f (patch)
treee47391ca6b9477e091152093e4582fe5aa6188cc /themes/3den.zsh-theme
parent633ad0ec16a9e85d2d40dbe864e7678fd18a1647 (diff)
parent76f2429e8ec30afacd3a913018c8c573962e214c (diff)
downloadzsh-a0430a0a45f81ecff5682070647f9c4c2da6410f.tar.gz
zsh-a0430a0a45f81ecff5682070647f9c4c2da6410f.tar.bz2
zsh-a0430a0a45f81ecff5682070647f9c4c2da6410f.zip
Merge pull request #1279 from 3den/master
My favourite theme with support to RVM and GIT
Diffstat (limited to 'themes/3den.zsh-theme')
-rw-r--r--themes/3den.zsh-theme7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/3den.zsh-theme b/themes/3den.zsh-theme
new file mode 100644
index 000000000..1d2c7db7f
--- /dev/null
+++ b/themes/3den.zsh-theme
@@ -0,0 +1,7 @@
+PROMPT=$'%{$fg[white]%}$(~/.rvm/bin/rvm-prompt) %{$fg_bold[cyan]%}%~%{$reset_color%}$(git_prompt_info) %{$fg[cyan]%}%D{[%I:%M:%S]}\
+%{$fg_bold[green]%}%n$%{$reset_color%} '
+
+ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}("
+ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}"
+ZSH_THEME_GIT_PROMPT_DIRTY="*"
+ZSH_THEME_GIT_PROMPT_CLEAN=""