diff --git a/themes/candy-wrapper.zsh-theme b/themes/candy-wrapper.zsh-theme new file mode 100644 index 000000000..ea36f0318 --- /dev/null +++ b/themes/candy-wrapper.zsh-theme @@ -0,0 +1,7 @@ +PROMPT=$'(%{$fg[red]%}%n@%m%{$reset_color%}) %F{81}%~%{$reset_color%} $(rvm_prompt_info) $(git_prompt_info)\ +%F{81}↪ %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""