diff --git a/themes/niichan.zsh-theme b/themes/niichan.zsh-theme new file mode 100644 index 000000000..ca1e87385 --- /dev/null +++ b/themes/niichan.zsh-theme @@ -0,0 +1,8 @@ +# Based on the Robby Russel zsh theme, except better suited for my needs + +PROMPT='%m %{$fg_bold[magenta]%}%c$(git_prompt_info) %{$fg_bold[green]%}>%{$fg_bold[magenta]%}%{$fg_bold[magenta]%} % %{$reset_color%}' + +ZSH_THEME_GIT_PROMPT_PREFIX=" ($fg_bold[blue]git:%{$fg_bold[green]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[magenta]%}) %{$fg[yellow]%}X%{$reset_color%}" +ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[magenta]%})"