From 2a376d27e1353dfe86b79267a17df3060e4276a2 Mon Sep 17 00:00:00 2001 From: jason482 Date: Mon, 26 Nov 2012 08:31:52 -0600 Subject: [PATCH] Update themes/agnoster.zsh-theme Error in function call, displays: build_prompt:3: command not found: prompt_contextx --- 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