Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Teach _systat about the 'zarc' screen
- X-seq: zsh-workers 42740
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Teach _systat about the 'zarc' screen
- Date: Tue, 1 May 2018 01:03:56 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to; bh=qMsZvta/ThbnHNn/WExrPwIWLfZTD9yEOnWgyYpURsc=; b=pzNYDVlRO1lXFs89S2nT62sPtH4DkpANeeTxnSmzhhwV97bLdYNTW8UUD6Wky7rcwr 9vNVaN2zTSysNzYyjnzy+yPOwcgsedgHG7MhqYGaJcHByKTV6BnxeH4sIHhji8RuwL4B 0PXgpgPfUcY4A4DOFUEVHxq6qgXF+A8HKpZu4=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
commit 0d2c1db1258b19d71dc7467f54a4b5a15634d9a8
Author: Eitan Adler <lists@xxxxxxxxxxxxxx>
Date: Tue May 1 06:55:25 2018 +0000
Teach _systat about the 'zarc' screen
diff --git a/Completion/BSD/Command/_systat b/Completion/BSD/Command/_systat
index 35b842188..73533e864 100644
--- a/Completion/BSD/Command/_systat
+++ b/Completion/BSD/Command/_systat
@@ -16,6 +16,7 @@ case $OSTYPE in
'vmstat:virtual memory statistics'
'netstat:network connection statistics'
'ifstat:network traffic statistics'
+ 'zarc:display arc cache usage'
)
;;
openbsd*)
--
Eitan Adler
Messages sorted by:
Reverse Date,
Date,
Thread,
Author