Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Teach _systat about the 'zarc' screen



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