This commit is contained in:
Jephté Clain 2019-08-21 11:20:21 +04:00
parent 046862389d
commit 74cf35b47c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ -n "$UTOOLS_DOCKER_ALIASES" ]; then
alias dm=docker-machine
fi
if [ -n "$NUTOOLS_BASH_COMPLETION" ]; then
if [ -n "$UTOOLS_BASH_COMPLETION" ]; then
complete -F _docker_machine dm
fi
fi