formatted docker completion
parent
5be5d6933d
commit
15461c4ca5
|
|
@ -13,8 +13,10 @@ _docker_bash_completion_paths=(
|
||||||
'/usr/share/bash-completion/completions/docker'
|
'/usr/share/bash-completion/completions/docker'
|
||||||
)
|
)
|
||||||
|
|
||||||
for fn in "${_docker_bash_completion_paths[@]}" ; do
|
for fn in "${_docker_bash_completion_paths[@]}"
|
||||||
if [ -r "$fn" ] ; then
|
do
|
||||||
|
if [ -r "$fn" ]
|
||||||
|
then
|
||||||
source "$fn"
|
source "$fn"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue