From 62cb8c5a63bfca6b28b0e27e126c6083fc8cbfbe Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:18:56 +0000 Subject: moved from Completion/Builtins/_limits --- Completion/Zsh/Type/_limits | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/Zsh/Type/_limits (limited to 'Completion/Zsh') 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)"}%% *} -- cgit 1.4.1