This commit is contained in:
Yan Pritzker 2017-05-02 02:23:20 +00:00 committed by GitHub
commit 6e5cb9fe0a

9
themes/skwp.zsh-theme Normal file
View file

@ -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=" ✔"