Merge "Enable default in bash completion"

This commit is contained in:
Jenkins 2014-02-06 21:52:11 +00:00 committed by Gerrit Code Review
commit 0ea0befd86
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ _heat()
fi
return 0
}
complete -F _heat heat
complete -o default -o nospace -F _heat heat