Skip to content

Commit 82224e9

Browse files
author
ianmacd
committed
- add .xpi files to unzip completion
1 parent 87dc4a5 commit 82224e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash_completion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bash_completion - some programmable completion functions for bash 2.05b
22
#
3-
# $Id: bash_completion,v 1.619 2003/09/11 00:21:25 ianmacd Exp $
3+
# $Id: bash_completion,v 1.620 2003/09/11 00:32:22 ianmacd Exp $
44
#
55
# Copyright (C) Ian Macdonald <[email protected]>
66
#
@@ -63,7 +63,7 @@ complete -d pushd
6363
#
6464
# START exclude -- do NOT remove this line
6565
complete -f -X '!*.?(t)bz2' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
66-
complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo)' unzip zipinfo
66+
complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi)' unzip zipinfo
6767
complete -f -X '*.Z' compress znew
6868
complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
6969
complete -f -X '!*.Z' uncompress

0 commit comments

Comments
 (0)