Add new terraform completions
This commit is contained in:
parent
0b5468511e
commit
6dd72c70ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user