3 lines
81 B
Text
3 lines
81 B
Text
if [ -r /usr/bin/terraform ]; then
|
|
complete -C /usr/bin/terraform terraform
|
|
fi
|