From 7bcf21fbc6a63383694d12c41f77feca06b0c333 Mon Sep 17 00:00:00 2001 From: Rico Chen Date: Wed, 28 Nov 2012 07:45:19 -0500 Subject: [PATCH] Update themes/agnoster.zsh-theme removed the extra ending 'x' from line 109 to fix "build_prompt:3: command not found: prompt_contextx" error found on my Mac OSX lion. --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index 84b9649a6..2e390640c 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -106,7 +106,7 @@ prompt_status() { build_prompt() { RETVAL=$? prompt_status - prompt_contextx + prompt_context prompt_dir prompt_git prompt_end