Add new terraform completions

This commit is contained in:
Ryosuke Sato 2018-04-05 15:11:41 +09:00
parent 0b5468511e
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