summaryrefslogtreecommitdiff
path: root/Completion
diff options
context:
space:
mode:
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Type/_command_names2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Type/_command_names b/Completion/Zsh/Type/_command_names
index 844f190a6..cf4088295 100644
--- a/Completion/Zsh/Type/_command_names
+++ b/Completion/Zsh/Type/_command_names
@@ -22,7 +22,7 @@ else
'aliases:alias:compadd -k aliases'
'reserved-words:reserved word:compadd -k reswords'
'jobs:: _jobs -t'
- 'parameters:: _parameters -qS= -r "\n\t\- =["'
+ 'parameters:: _parameters -g "^*readonly*" -qS= -r "\n\t\- =["'
)
fi