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 '*(-*)'