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

6 lines
107 B
Bash
Raw Normal View History

2022-06-15 21:30:34 -04:00
#!/usr/bin/zsh
if [ -e /usr/bin/terraform ]; then
complete -o nospace -C /usr/bin/terraform terraform
fi