about summary refs log tree commit diff
path: root/Completion/Unix/Command/_strip
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_strip')
-rw-r--r--Completion/Unix/Command/_strip6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_strip b/Completion/Unix/Command/_strip
new file mode 100644
index 000000000..d7d8aabdd
--- /dev/null
+++ b/Completion/Unix/Command/_strip
@@ -0,0 +1,6 @@
+#compdef strip
+
+local expl
+
+_description files expl executable
+_files "$expl[@]" -g '*(-*)'