diff --git a/themes/ys.zsh-theme b/themes/ys.zsh-theme index 1ad821217..27a9bc4b3 100644 --- a/themes/ys.zsh-theme +++ b/themes/ys.zsh-theme @@ -7,7 +7,7 @@ # Mar 2013 ys # Git Info -ocal git_info='$(git_prompt_info)' +local git_info='$(git_prompt_info)' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}on%{$reset_color%} git:%{$fg[cyan]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}x"