about summary refs log tree commit diff
path: root/Completion/X/_x_color
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X/_x_color')
-rw-r--r--Completion/X/_x_color2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/_x_color b/Completion/X/_x_color
index 592667c40..43f8ad5cd 100644
--- a/Completion/X/_x_color
+++ b/Completion/X/_x_color
@@ -15,7 +15,7 @@ if (( ! $+_color_cache )); then
 
   # Cache of color names doesn't exist yet, create it.
 
-  zstyle -s ":completion${curcontext}:colors" path file
+  zstyle -s ":completion:${curcontext}:colors" path file
   if [[ -n "$file" ]]; then
     _color_cache=( "${(@)${(@f)$(< $file)}[2,-1]##*		}" )
   else