about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_limits
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Type/_limits')
-rw-r--r--Completion/Zsh/Type/_limits5
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..11ee7efaa
--- /dev/null
+++ b/Completion/Zsh/Type/_limits
@@ -0,0 +1,5 @@
+#compdef unlimit
+
+local expl
+
+_wanted limits expl 'process limit' compadd "$@" - ${${(f)"$(limit)"}%% *}