feat(zsh theme): dirty git now shows an x
icyphox icyph0x@protonmail.com
Wed, 07 Feb 2018 23:36:25 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
M
zsh/.oh-my-zsh/themes/simple.zsh-theme
→
zsh/.oh-my-zsh/themes/simple.zsh-theme
@@ -3,5 +3,5 @@ PROMPT='%{$fg[cyan]%}%~%{$fg[yellow]%}$(git_prompt_info)${NEWLINE}%{$fg[magenta]%}>%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX="" -ZSH_THEME_GIT_PROMPT_DIRTY=" \e[0;31m•" +ZSH_THEME_GIT_PROMPT_DIRTY=" \e[0;31m×" ZSH_THEME_GIT_PROMPT_CLEAN=" \e[0;32m•"