diff options
author | James Smith <james@loopj.com> | 2012-09-11 11:42:18 -0700 |
---|---|---|
committer | James Smith <james@loopj.com> | 2012-09-11 11:42:18 -0700 |
commit | 6c13721f553140d6cb136377c51eb55a281c5f17 (patch) | |
tree | ad055853db70b0c0c2e937bb36caba8a52899926 /themes/3den.zsh-theme | |
parent | 772bc51c3a2372592c400e0d4e159a0128989ba2 (diff) | |
parent | 921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b (diff) | |
download | zsh-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-theme | 7 |
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="" |