about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_limits
blob: 232ce7e94da35a275152cf647536e55d310575f2 (plain) (blame)
1
2
3
4
5
#compdef unlimit

local expl

_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *}