4 lines
81 B
Text
4 lines
81 B
Text
![]() |
if [ -r /usr/bin/terraform ]; then
|
||
|
complete -C /usr/bin/terraform terraform
|
||
|
fi
|