- one-liners for vi, vim, emacs and wine
This commit is contained in:
parent
8a780754ec
commit
69020fc682
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05a
|
# bash_completion - some programmable completion functions for bash 2.05a
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.206 2002/03/22 04:18:54 ianmacd Exp $
|
# $Id: bash_completion,v 1.207 2002/03/22 04:29:30 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -68,6 +68,8 @@ complete -f -X '!*.@(ogg|OGG)' ogg123
|
|||||||
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls)' xmms gqmpeg freeamp
|
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls)' xmms gqmpeg freeamp
|
||||||
complete -f -X '!*.fig' xfig
|
complete -f -X '!*.fig' xfig
|
||||||
complete -f -X '!*.@(mid?(i))' timidity playmidi
|
complete -f -X '!*.@(mid?(i))' timidity playmidi
|
||||||
|
complete -f -X '*.@(o|so|so.*|a|tar|?(t)gz|?(t)bz2|rpm|zip|ZIP|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mpg|MPG|avi|AVI|asf|ASF' vi vim emacs
|
||||||
|
complete -f -X '!*.@(exe|EXE|com|COM)' wine
|
||||||
# FINISH exclude -- do not remove this line
|
# FINISH exclude -- do not remove this line
|
||||||
|
|
||||||
# start of section containing compspecs that can be handled within bash
|
# start of section containing compspecs that can be handled within bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user