From 9bfc05e3dba10929cf13dd7628bf8adac7d6345a Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Tue, 15 Feb 2011 09:28:54 +0000 Subject: 28758: make `colors' function work with non-default option sets --- Functions/Misc/colors | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Functions') diff --git a/Functions/Misc/colors b/Functions/Misc/colors index bef93c8c3..027ca9a14 100644 --- a/Functions/Misc/colors +++ b/Functions/Misc/colors @@ -1,6 +1,8 @@ # Put standard ANSI color codes in shell parameters for easy use. # Note that some terminals do not support all combinations. +emulate -L zsh + typeset -Ag color colour color=( -- cgit 1.4.1