about summary refs log tree commit diff
path: root/Completion/User/_find
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_find')
-rw-r--r--Completion/User/_find4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_find b/Completion/User/_find
index 368cdcb16..4fe84a83a 100644
--- a/Completion/User/_find
+++ b/Completion/User/_find
@@ -43,8 +43,8 @@ _arguments \
   '*-perm:file permission bits:' \
   '*-size:file size:' \
   '*-true' \
-  '*-type:file type:(b c d p f l s)' \
-  '*-xtype:file type:(b c d p f l s)' \
+  '*-type:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
+  '*-xtype:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
   '*-exec:program: _command_names -e:*\;::program arguments: _normal' \
   '*-ok:program: _command_names -e:*\;::program arguments: _normal' \
   '*-fls:output file:_files' \