diff --git a/themes/atipugin.zsh-theme b/themes/atipugin.zsh-theme new file mode 100644 index 000000000..ce22bd321 --- /dev/null +++ b/themes/atipugin.zsh-theme @@ -0,0 +1,6 @@ +PROMPT='[%{$fg_bold[blue]%}%~%{$reset_color%}] ' +RPROMPT='$(git_prompt_info)' + +ZSH_THEME_GIT_PROMPT_PREFIX="" +ZSH_THEME_GIT_PROMPT_SUFFIX="" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$reset_color%}"