dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_terraform.complete
Gal Szkolnik db7b065b6c repo housekeeping + theming + terraform
+ terraform auto-completion
+ oh-my-posh
+ nerd-font: Code New Roman Nerd Font
2022-05-23 00:40:30 -04:00

3 lines
81 B
Text

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