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

local expl

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