diff options
author | Eitan Adler <lists@eitanadler.com> | 2018-05-01 06:55:25 +0000 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-05-02 09:12:58 +0200 |
commit | 942ac7e6e267fe409317fbdd0a26010a028812cb (patch) | |
tree | b32ea532e4aa7a61806685690684e7b581276964 | |
parent | 2d8574ef7d67b0e03b0f66d5e0245289951fbfa9 (diff) | |
download | zsh-942ac7e6e267fe409317fbdd0a26010a028812cb.tar.gz zsh-942ac7e6e267fe409317fbdd0a26010a028812cb.tar.xz zsh-942ac7e6e267fe409317fbdd0a26010a028812cb.zip |
42740: Teach _systat about the 'zarc' screen
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/BSD/Command/_systat | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0aec0fcaf..18cdabe01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-05-02 Oliver Kiddle <okiddle@yahoo.co.uk> + * Eitan Adler: 42740: Completion/BSD/Command/_systat: + Teach _systat about the 'zarc' screen + * Eitan Adler: 42732: Completion/Unix/Command/_ifconfig: Add several more entries to ifconfig 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*) |