diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:02:45 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 12:02:45 +0000 |
commit | d448cc05dd5f6e4e6b1bd840853a7757f8dc259d (patch) | |
tree | c420d48b05f05fafbb8313e47d91f5663650d775 /Completion/Unix/Command | |
parent | 58342e9e77abef85432663cdbfe61accf1f313d4 (diff) | |
download | zsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.tar.gz zsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.tar.xz zsh-d448cc05dd5f6e4e6b1bd840853a7757f8dc259d.zip |
moved from Completion/User/_strip
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_strip | 6 |
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 '*(-*)' |