File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# bash_completion - some programmable completion functions for bash 2.05b
2
2
#
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 $
4
4
#
5
5
# Copyright (C) Ian Macdonald <
[email protected] >
6
6
#
@@ -63,7 +63,7 @@ complete -d pushd
63
63
#
64
64
# START exclude -- do NOT remove this line
65
65
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
67
67
complete -f -X '*.Z' compress znew
68
68
complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
69
69
complete -f -X '!*.Z' uncompress
You can’t perform that action at this time.
0 commit comments