Skip to content

Commit

Permalink
feat(file-roller): associate with zstd compressed files
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jan 16, 2023
1 parent 8490bf8 commit fd7eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/file-roller
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd7eadc

Please sign in to comment.