diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Zsh/Type/_limits | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_limits b/Completion/Zsh/Type/_limits new file mode 100644 index 000000000..5dd2bffe5 --- /dev/null +++ b/Completion/Zsh/Type/_limits @@ -0,0 +1,5 @@ +#compdef limit unlimit + +local expl + +_wanted limits expl 'process limits' compadd ${${(f)"$(limit)"}%% *} |