Skip to content

Commit fd7eadc

Browse files
committed
feat(file-roller): associate with zstd compressed files
1 parent 8490bf8 commit fd7eadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/file-roller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _file_roller()
55
local cur prev words cword split comp_args
66
_comp_initialize -s -- "$@" || return
77

8-
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)'
8+
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)'
99

1010
local noargopts='!(-*|*[ae]*)'
1111
# shellcheck disable=SC2254

0 commit comments

Comments
 (0)