about summary refs log tree commit diff
path: root/Completion/Zsh/Type
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:56 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:18:56 +0000
commit62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe (patch)
treebc3d9dc4c7555325811849c47ba437c006600232 /Completion/Zsh/Type
parent921d2616bede44a2c5d2b82e6c747687bd5663b9 (diff)
downloadzsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.tar.gz
zsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.tar.xz
zsh-62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe.zip
moved from Completion/Builtins/_limits
Diffstat (limited to 'Completion/Zsh/Type')
-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..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)"}%% *}