all repos — dotfiles @ a7ab5e8e3d85d3769d68d89a1fdbf1d865f49653

my *nix dotfiles

update simple.zsh-theme
icyphox icyph0x@protonmail.com
Tue, 06 Feb 2018 16:19:58 +0530
commit

a7ab5e8e3d85d3769d68d89a1fdbf1d865f49653

parent

a1ff678d3277e706441c6094841b941037605682

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

jump to
M zsh/.oh-my-zsh/themes/simple.zsh-themezsh/.oh-my-zsh/themes/simple.zsh-theme

@@ -1,6 +1,6 @@

PROMPT='%{$fg[green]%}%d%{$fg[blue]%}$(git_prompt_info)%{$reset_color%} ' -ZSH_THEME_GIT_PROMPT_PREFIX="(" -ZSH_THEME_GIT_PROMPT_SUFFIX=")" +ZSH_THEME_GIT_PROMPT_PREFIX="" +ZSH_THEME_GIT_PROMPT_SUFFIX="" ZSH_THEME_GIT_PROMPT_DIRTY=" ×" -ZSH_THEME_GIT_PROMPT_CLEAN=" ∙" +ZSH_THEME_GIT_PROMPT_CLEAN=" •"