Favour yml and yaml extensions in bash completion for -f

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2015-02-13 10:25:18 +01:00
parent 64239f1408
commit 3a8a25b9b3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ _docker-compose_build() {
_docker-compose_docker-compose() {
case "$prev" in
--file|-f)
_filedir
_filedir y?(a)ml
return
;;
--project-name|-p)