about summary refs log tree commit diff
path: root/Completion/Builtins/_limits
blob: 12e90e96a41274b44de5f898fed4d4449810cd5f (plain) (blame)
1
2
3
4
5
6
7
8
#compdef limit unlimit

local expl

_tags any:argument limits || return 1

_description expl 'process limits'
compadd "$expl[@]" ${${(f)"$(limit)"}%% *}