unzip also completes on .pk3 (Quake map) files
xmms, gqmpeg & freeamp also complete on .pls files
This commit is contained in:
parent
afa4d5e633
commit
5fa59bcce2
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# <![CDATA[
|
# <![CDATA[
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.86 2002/02/04 19:11:42 ianmacd Exp $
|
# $Id: bash_completion,v 1.87 2002/02/05 16:55:30 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -45,7 +45,7 @@ complete -d mkdir rmdir pushd
|
|||||||
# the following section lists completions that are redefined later
|
# the following section lists completions that are redefined later
|
||||||
# START exclude -- do NOT remove this line
|
# START exclude -- do NOT remove this line
|
||||||
complete -f -X '!*.bz2' bunzip2
|
complete -f -X '!*.bz2' bunzip2
|
||||||
complete -f -X '!*.+(zip|ZIP|jar|JAR|exe|EXE)' unzip
|
complete -f -X '!*.+(zip|ZIP|jar|JAR|exe|EXE|pk3)' unzip
|
||||||
complete -f -X '*.Z' compress
|
complete -f -X '*.Z' compress
|
||||||
complete -f -X '!*.+(Z|gz|tgz|Gz)' gunzip zcat zmore
|
complete -f -X '!*.+(Z|gz|tgz|Gz)' gunzip zcat zmore
|
||||||
complete -f -X '!*.Z' uncompress
|
complete -f -X '!*.Z' uncompress
|
||||||
@ -61,7 +61,7 @@ complete -f -X '!*.+(avi|asf)' aviplay
|
|||||||
complete -f -X '!*.+(rm|ram)' realplay
|
complete -f -X '!*.+(rm|ram)' realplay
|
||||||
complete -f -X '!*.+(mpg|mpeg|avi|mov)' xanim
|
complete -f -X '!*.+(mpg|mpeg|avi|mov)' xanim
|
||||||
complete -f -X '!*.+(ogg|OGG)' ogg123
|
complete -f -X '!*.+(ogg|OGG)' ogg123
|
||||||
complete -f -X '!*.+(mp3|MP3|ogg|OGG)' xmms gqmpeg freeamp
|
complete -f -X '!*.+(mp3|MP3|ogg|OGG|pls)' xmms gqmpeg freeamp
|
||||||
# FINISH exclude -- do not remove this line
|
# FINISH exclude -- do not remove this line
|
||||||
|
|
||||||
# kill sees only signals
|
# kill sees only signals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user