Skip to content

Commit 3c3ab17

Browse files
committed
feat: associate unzip and friends with *.vsix
These are VS Code extension files, https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix
1 parent 300b936 commit 3c3ab17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,7 @@ _comp__init_install_xspec()
30563056
}
30573057
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
30583058
_comp__init_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
3059-
_comp__init_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl|[Ff][Cc][Ss]td)' unzip zipinfo
3059+
_comp__init_install_xspec '!*.@(zip|[aegjkswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|vsix|whl|[Ff][Cc][Ss]td)' unzip zipinfo
30603060
_comp__init_install_xspec '*.Z' compress znew
30613061
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
30623062
_comp__init_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat

0 commit comments

Comments
 (0)