all repos — dotfiles @ 6f16a989e0b3cfe4a68e9709957f65078ab24b15

my *nix dotfiles

feat(zsh theme): dirty git now shows an x
icyphox icyph0x@protonmail.com
Wed, 07 Feb 2018 23:36:25 +0530
commit

6f16a989e0b3cfe4a68e9709957f65078ab24b15

parent

ace9ee3c3732e56fcba8abb21c121bbebae498c3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M zsh/.oh-my-zsh/themes/simple.zsh-themezsh/.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•"