1
0
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:
Sven Wischnowsky 2001-04-02 11:18:56 +00:00
parent 921d2616be
commit 62cb8c5a63

@ -0,0 +1,5 @@
#compdef limit unlimit
local expl
_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *}