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

Re: [patch] Add _cksum



On Fri, Apr 13, 2018 at 10:37:50PM -0500, Matthew Martin wrote:
> diff --git a/Completion/BSD/Command/_cksum b/Completion/BSD/Command/_cksum
> new file mode 100644
> index 000000000..24edc7252
> --- /dev/null
> +++ b/Completion/BSD/Command/_cksum
> @@ -0,0 +1,67 @@
> +#compdef cksum sum=cksum md2 md4 md5 rmd160 sha1 sha256 sha512

Apologies for the noise. The compdef line should be the following for
FreeBSD. If desired I can resend a complete patch.

#compdef cksum sum=cksum md2 md4 md5 rmd160 sha1 sha256 sha384 sha512 sha512t256

- Matthew Martin



Messages sorted by: Reverse Date, Date, Thread, Author