mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/Builtins/_limits
This commit is contained in:
parent
921d2616be
commit
62cb8c5a63
5
Completion/Zsh/Type/_limits
Normal file
5
Completion/Zsh/Type/_limits
Normal file
@ -0,0 +1,5 @@
|
||||
#compdef limit unlimit
|
||||
|
||||
local expl
|
||||
|
||||
_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *}
|
Loading…
Reference in New Issue
Block a user