tb-dotfiles/chezmoi/dot_zshrc.d/executable_terraform.zsh

6 lines
107 B
Bash

#!/usr/bin/zsh
if [ -e /usr/bin/terraform ]; then
complete -o nospace -C /usr/bin/terraform terraform
fi