diff --git a/themes/johnantoni.zsh-theme b/themes/johnantoni.zsh-theme new file mode 100644 index 000000000..e8357113d --- /dev/null +++ b/themes/johnantoni.zsh-theme @@ -0,0 +1,6 @@ +ZSH_THEME_GIT_PROMPT_PREFIX="[" +ZSH_THEME_GIT_PROMPT_SUFFIX="]" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="" + +PROMPT='%{$fg[magenta]%}%~%{$fg[cyan]%}$(git_prompt_info)%{$reset_color%}# '