about summary refs log tree commit diff
path: root/Completion/Unix/Command/_strip
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:02:45 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:02:45 +0000
commitd448cc05dd5f6e4e6b1bd840853a7757f8dc259d (patch)
treec420d48b05f05fafbb8313e47d91f5663650d775 /Completion/Unix/Command/_strip
parent58342e9e77abef85432663cdbfe61accf1f313d4 (diff)
downloadzsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.tar.gz
zsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.tar.xz
zsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.zip
moved from Completion/User/_strip
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 '*(-*)'