Add terraform zsh completions
This commit is contained in:
parent
e784dc571b
commit
816bee4bcf
1 changed files with 5 additions and 0 deletions
5
chezmoi/dot_zshrc.d/executable_terraform.zsh
Normal file
5
chezmoi/dot_zshrc.d/executable_terraform.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/zsh
|
||||
|
||||
if [ -e /usr/bin/terraform ]; then
|
||||
complete -o nospace -C /usr/bin/terraform terraform
|
||||
fi
|
Loading…
Reference in a new issue