mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
moved from Completion/User/_strip
This commit is contained in:
parent
58342e9e77
commit
d448cc05dd
1 changed files with 6 additions and 0 deletions
6
Completion/Unix/Command/_strip
Normal file
6
Completion/Unix/Command/_strip
Normal file
|
@ -0,0 +1,6 @@
|
|||
#compdef strip
|
||||
|
||||
local expl
|
||||
|
||||
_description files expl executable
|
||||
_files "$expl[@]" -g '*(-*)'
|
Loading…
Reference in a new issue