Push improvements form the PQB work
This commit is contained in:
parent
f3323b159b
commit
1e3c60630e
68 changed files with 409 additions and 219 deletions
4
_home/dot_sz.shrc.d/bash.post/99_terraform.completion
Normal file
4
_home/dot_sz.shrc.d/bash.post/99_terraform.completion
Normal file
|
@ -0,0 +1,4 @@
|
|||
TERRAFORM_BIN=$(which-command terraform | head -1)
|
||||
if [[ -x $TERRAFORM_BIN ]]; then
|
||||
complete -C $TERRAFORM_BIN terraform
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue