diff --git a/zsh/zshrc.zsh b/zsh/zshrc.zsh index 2377e7e..77517bd 100644 --- a/zsh/zshrc.zsh +++ b/zsh/zshrc.zsh @@ -137,3 +137,6 @@ test -e "${HOME}/.iterm2/.iterm2_shell_integration.zsh" && source "${HOME}/.iter # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +autoload -U +X bashcompinit && bashcompinit +complete -o nospace -C /opt/homebrew/bin/terraform terraform