From fbb99246008885e860ea8e92c7899e92a9281175 Mon Sep 17 00:00:00 2001 From: tokiclover Date: Mon, 22 Sep 2014 20:24:05 +0200 Subject: [PATCH] prompt: fix clover theme+modules/environment, still the theme should be sourced to function properly --- modules/prompt/functions/prompt_clover_setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prompt/functions/prompt_clover_setup b/modules/prompt/functions/prompt_clover_setup index 0bb22746..a1b3c27d 100644 --- a/modules/prompt/functions/prompt_clover_setup +++ b/modules/prompt/functions/prompt_clover_setup @@ -5,7 +5,7 @@ # $Authors: (c) 2011-2014 -tclover Exp $ # $Licence: MIT or 2-clause/new/simplified BSD Exp $ # $Version: 2.0 2014/09/09 Exp $ -# $Screenshots: Exp $ +# $Screenshots: https://imgur.com/10w3Tzu.png Exp $ # function prompt_clover_help { @@ -80,7 +80,7 @@ function prompt_clover_setup { # Need this so the prompt will work setopt PROMPT_SUBST setopt EXTENDED_GLOB - unsetopt KSH_ARRAYS + unsetopt BRACE_CCL # See if we can use colors. autoload colors zsh/terminfo