diff --git a/themes/fauxparse.zsh-theme b/themes/fauxparse.zsh-theme new file mode 100644 index 000000000..9153dc812 --- /dev/null +++ b/themes/fauxparse.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='%{$fg_bold[yellow]%}★%{$fg_bold[green]%}%p %{$fg[blue]%}%c % %{$reset_color%}' +RPROMPT='$(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=" "