diff --git a/themes/santiycr.zsh-theme b/themes/santiycr.zsh-theme new file mode 100644 index 000000000..2f8f0818b --- /dev/null +++ b/themes/santiycr.zsh-theme @@ -0,0 +1,8 @@ +PROMPT='%{$fg_no_bold[cyan]%}%n %{$fg_no_bold[yellow]%}%3~%{$reset_color%} %{$fg_no_bold[magenta]%}• %{$reset_color%}' +RPROMPT='$(git_prompt_info) %{$reset_color%}[%*]' + +# git theming +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_no_bold[green]%} ✔%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_no_bold[red]%} ✗%{$reset_color%}"