Skip to content

Commit

Permalink
Add terraform autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed Sep 4, 2024
1 parent 3124385 commit 4a0d4b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a0d4b7

Please sign in to comment.