From d448cc05dd5f6e4e6b1bd840853a7757f8dc259d Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:02:45 +0000 Subject: moved from Completion/User/_strip --- Completion/Unix/Command/_strip | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/Unix/Command/_strip (limited to 'Completion/Unix/Command/_strip') 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 '*(-*)' -- cgit 1.4.1