Skip to content

Commit

Permalink
Update website content
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-docs-bot committed Dec 18, 2023
1 parent 8b14b8e commit 2184c99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,17 @@ source <(terraform-docs completion bash)

### zsh

```bash
```zsh
terraform-docs completion zsh > /usr/local/share/zsh/site-functions/_terraform-docs
autoload -U compinit && compinit
```

### fish

```fish
terraform-doc completion fish > ~/.config/fish/completions/terraform-docs.fish
```

To make this change permanent, the above commands can be added to `~/.profile` file.

[Chocolatey]: https://www.chocolatey.org
Expand Down

0 comments on commit 2184c99

Please sign in to comment.