From fd7eadc541ef15fdb897911613d6939bcc1bb742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 15 Jan 2023 19:40:58 +0200 Subject: [PATCH] feat(file-roller): associate with zstd compressed files --- completions/file-roller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/file-roller b/completions/file-roller index 61ff5f86c09..176722c596e 100644 --- a/completions/file-roller +++ b/completions/file-roller @@ -5,7 +5,7 @@ _file_roller() local cur prev words cword split comp_args _comp_initialize -s -- "$@" || return - local exts='@(7z?(.001)|ace|alz|ar|arj|[bglx]z|bz2|tb?(z)2|cab|cb[rz]|iso?(9660)|Z|t[abglx]z|cpio|deb|rar|?(g)tar|gem|lh[az]|lz[4h]|?(t)lrz|lzma|lzo|wim|swm|rpm|sit|zoo)' + local exts='@(7z?(.001)|ace|alz|ar|arj|[bglx]z|bz2|tb?(z)2|cab|cb[rz]|iso?(9660)|Z|t[abglx]z|cpio|deb|rar|?(g)tar|gem|lh[az]|lz[4h]|?(t)lrz|lzma|lzo|wim|swm|rpm|sit|zoo|?(t)zst)' local noargopts='!(-*|*[ae]*)' # shellcheck disable=SC2254