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

local expl

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