From d5f9c90f24b44699313ae6f2d4ac57d95d168c38 Mon Sep 17 00:00:00 2001 From: Jan Hruban Date: Wed, 10 Apr 2013 14:13:11 +0200 Subject: [PATCH] zshrc: Fix style lookup of `post' styles in prompt setup [Closes: issue1253] Acked-by: Frank Terbeck --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e1cfcae..415ec43 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2035,7 +2035,7 @@ function grml_prompt_addto () { for it in "${items[@]}"; do zstyle -s ":prompt:${grmltheme}:${lr}:items:$it" pre apre \ || apre=${grml_prompt_pre_default[$it]} - zstyle -s ":prompt:grml:${grmltheme}:${lr}:$it" post apost \ + zstyle -s ":prompt:${grmltheme}:${lr}:items:$it" post apost \ || apost=${grml_prompt_post_default[$it]} zstyle -s ":prompt:${grmltheme}:${lr}:items:$it" token new \ || new=${grml_prompt_token_default[$it]} -- 2.1.4