diff --git a/themes/andr31ab.zsh-theme b/themes/andr31ab.zsh-theme new file mode 100644 index 000000000..ae716f585 --- /dev/null +++ b/themes/andr31ab.zsh-theme @@ -0,0 +1,8 @@ +PROMPT='%(!.%{$fg_bold[red]%}ļ„• .%{$fg_bold[green]%}ļ„• ) ' +PROMPT+='%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)' +PROMPT+=$'\n→ ' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}) " +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}āœ—%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=""