From 2184c9971ac8a7e6b99156ff6b9b1dbb04b04332 Mon Sep 17 00:00:00 2001 From: terraform-docs-bot Date: Mon, 18 Dec 2023 23:13:15 +0000 Subject: [PATCH] Update website content from: https://github.com/terraform-docs/terraform-docs/commit/4b29c00a52e616982f56bb1185978712d91669b9 --- content/user-guide/installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/user-guide/installation.md b/content/user-guide/installation.md index adec7b1..b224afb 100644 --- a/content/user-guide/installation.md +++ b/content/user-guide/installation.md @@ -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