diff options
author | Marcelo Eden <edendroid@gmail.com> | 2012-08-14 12:23:11 -0300 |
---|---|---|
committer | Marcelo Eden <edendroid@gmail.com> | 2012-08-14 12:23:11 -0300 |
commit | 76f2429e8ec30afacd3a913018c8c573962e214c (patch) | |
tree | 68ba65cbc688e4a655baf338ff64413dab02a379 /themes/3den.zsh-theme | |
parent | d05b2010ffd4cd33ff9402c402051b1caf985d97 (diff) | |
download | zsh-76f2429e8ec30afacd3a913018c8c573962e214c.tar.gz zsh-76f2429e8ec30afacd3a913018c8c573962e214c.tar.bz2 zsh-76f2429e8ec30afacd3a913018c8c573962e214c.zip |
new 3den theme with RVM and GIT
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="" |