diff --git a/themes/yin.zsh-theme b/themes/yin.zsh-theme index 6469a2009..5e43dc825 100644 --- a/themes/yin.zsh-theme +++ b/themes/yin.zsh-theme @@ -8,7 +8,7 @@ $(git_prompt_info) \ PROMPT2='%{$fg[red]%}\ %{$reset_color%}' RPS1='${return_code}' -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}(" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[white]%}(" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}○%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}⚡%{$reset_color%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg[yellow]%})%{$reset_color%}" diff --git a/tools/install.sh b/tools/install.sh index b080be3a1..caa6a3ab5 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -5,7 +5,7 @@ then fi echo "\033[0;34mCloning Oh My Zsh...\033[0m" -hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh || { +hash git >/dev/null && /usr/bin/env git clone https://github.com/yinhou/oh-my-zsh.git ~/.oh-my-zsh || { echo "git not installed" exit }