dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_terraform.complete
2022-06-29 01:24:41 -04:00

4 lines
126 B
Text

TERRAFORM_BIN=$(which-command terraform | head -1)
if [[ -x $TERRAFORM_BIN ]]; then
complete -C $TERRAFORM_BIN terraform
fi