From 20ff63a9d0673d90bef471066a70c0436472c1aa Mon Sep 17 00:00:00 2001 From: Yad Smood Date: Wed, 15 Jan 2014 11:28:21 +0800 Subject: [PATCH] fix: A typo. --- themes/ys.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"