- timidity and playmidi complete on .mid and .midi files

This commit is contained in:
ianmacd 2002-03-19 15:19:58 +00:00
parent 581a9c41c5
commit 0a8c423b36

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05a
#
# $Id: bash_completion,v 1.204 2002/03/18 18:12:00 ianmacd Exp $
# $Id: bash_completion,v 1.205 2002/03/19 16:19:58 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -66,6 +66,7 @@ complete -f -X '!*.@(mpg|mpeg|avi|mov)' xanim
complete -f -X '!*.@(ogg|OGG)' ogg123
complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls)' xmms gqmpeg freeamp
complete -f -X '!*.fig' xfig
complete -f -X '!*.@(mid?(i))' timidity playmidi
# FINISH exclude -- do not remove this line
# start of section containing compspecs that can be handled within bash
@ -1548,7 +1549,7 @@ _service()
}
[ "$have" ] && complete -F _service service
# The beginnings of a completion function for GNU tar(1)
# GNU tar(1) completion
#
_tar()
{