diff --git a/themes/wezm-.zsh-theme b/themes/wezm-.zsh-theme new file mode 100644 index 000000000..6af243d4a --- /dev/null +++ b/themes/wezm-.zsh-theme @@ -0,0 +1,7 @@ +PROMPT='$(git_prompt_info)%(?,,%{${fg_bold[white]}%}[%?]%{$reset_color%} )%{$fg[yellow]%}%#%{$reset_color%} ' +RPROMPT='%{$fg[green]%}%~%{$reset_color%}:%n%f@%m%f' + +ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}(" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " +ZSH_THEME_GIT_PROMPT_DIRTY=")%{$fg[red]%}✘%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN=")"