dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_terraform.complete

4 lines
81 B
Plaintext

if [ -r /usr/bin/terraform ]; then
complete -C /usr/bin/terraform terraform
fi