diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-13 15:25:56 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-13 15:25:56 +0000 |
commit | 4b84449acaaa514bb10f8f7221b802e6c83ffa96 (patch) | |
tree | af08f5dee0e2022b368ee3c94f272b60a954a714 /Completion/User | |
parent | 203169331729cf3df034589f395b01b26667691e (diff) | |
download | zsh-4b84449acaaa514bb10f8f7221b802e6c83ffa96.tar.gz zsh-4b84449acaaa514bb10f8f7221b802e6c83ffa96.tar.xz zsh-4b84449acaaa514bb10f8f7221b802e6c83ffa96.zip |
zsh-workers/7431
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_colors | 2 |
1 files changed, 1 insertions, 1 deletions
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]##* }" ) |