Merge pull request #965 from albers/bash-completion

Favour yml and yaml extensions in bash completion for -f
This commit is contained in:
Ben Firshman 2015-03-06 15:20:12 +00:00
commit 9e9a66f0f8
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)