summaryrefslogtreecommitdiff
path: root/themes/3den.zsh-theme
diff options
context:
space:
mode:
authorJames Smith <james@loopj.com>2012-09-11 11:42:18 -0700
committerJames Smith <james@loopj.com>2012-09-11 11:42:18 -0700
commit6c13721f553140d6cb136377c51eb55a281c5f17 (patch)
treead055853db70b0c0c2e937bb36caba8a52899926 /themes/3den.zsh-theme
parent772bc51c3a2372592c400e0d4e159a0128989ba2 (diff)
parent921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b (diff)
downloadzsh-6c13721f553140d6cb136377c51eb55a281c5f17.tar.gz
zsh-6c13721f553140d6cb136377c51eb55a281c5f17.tar.bz2
zsh-6c13721f553140d6cb136377c51eb55a281c5f17.zip
Merge remote-tracking branch 'upstream/master'
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=""