From 4b84449acaaa514bb10f8f7221b802e6c83ffa96 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 13 Aug 1999 15:25:56 +0000 Subject: zsh-workers/7431 --- Completion/User/_colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User') diff --git a/Completion/User/_colors b/Completion/User/_colors index 7a7b0824b..369a4365f 100644 --- a/Completion/User/_colors +++ b/Completion/User/_colors @@ -5,7 +5,7 @@ if (( ! $+_color_cache )); then # Cache of color names doesn't exist yet, create it. - file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt ) + file=( /usr/{lib,{{X11R6,openwin},local{,/X11{,R6}}}/lib}/X11/rgb.txt(N) ) if (( $#file )); then _color_cache=( "${(@)${(@f)$(< $file[1])}[2,-1]##* }" ) -- cgit 1.4.1