diff --git a/themes/skwp.zsh-theme b/themes/skwp.zsh-theme new file mode 100644 index 000000000..22f4daccb --- /dev/null +++ b/themes/skwp.zsh-theme @@ -0,0 +1,9 @@ +# Simple theme with RVM prompt + +PROMPT='%{$fg[blue]%}%~%{$fg_bold[yellow]%}$(git_prompt_info)%{$reset_color%}%{$fg[blue]%}➤ %{$reset_color%}' +RPROMPT='%{$fg[blue]%}$(rvm-prompt i v p g)%{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" " +ZSH_THEME_GIT_PROMPT_SUFFIX=" " +ZSH_THEME_GIT_PROMPT_DIRTY=" ✗" +ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"