about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/User/_colors2
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]##*		}" )