mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
5 lines
105 B
Text
5 lines
105 B
Text
#compdef limit unlimit
|
|
|
|
local expl
|
|
|
|
_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *}
|