Add new terraform completions

This commit is contained in:
Ryosuke Sato 2018-04-05 15:11:41 +09:00
commit 6dd72c70ff
No known key found for this signature in database
GPG key ID: 9E53E96EAD309F72

View file

@ -5,3 +5,8 @@ function tf_prompt_info() {
echo "[${workspace}]"
fi
}
if [ $commands[terraform] ]; then
autoload -U +X bashcompinit && bashcompinit
complete -o nospace -C terraform terraform
fi