From 41aee557c235f7efc759133beb188032dc6b5e3c Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 21:52:07 +0900 Subject: [PATCH] fix pixz completion - fix unquoted pattern --- src/_pixz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pixz b/src/_pixz index 3f6b7f6..16bf5d0 100644 --- a/src/_pixz +++ b/src/_pixz @@ -55,7 +55,7 @@ _pixz() { '(- 1 *)'-h"[Show help and exit]" \ '(- 1 *)-l[List tarball contents very fast]:file:_files -g "*.(tpxz|xz)"' \ '(- 1 *)-x[Extract one file very fast]:filepath' \ - '(- 1 *)-d[Decompress]:file:_files -g "*.(tpxz|xz)' \ + '(- 1 *)-d[Decompress]:file:_files -g "*.(tpxz|xz)"' \ '-i[Input]:file:_files' \ '-o[Output]:output:_files' \ '-p[Use a maximum of NUM CPU-intensive threads]:cpu:_pixz_cpus' \