From 8662c85fafe8198d0ff4bd0722a1b84bfc098d1b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 1 Feb 2022 09:47:52 -0600 Subject: [PATCH] update post tags --- .../2022/enable-tanzu-cli-auto-completion-bash-zsh/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/posts/2022/enable-tanzu-cli-auto-completion-bash-zsh/index.md b/content/posts/2022/enable-tanzu-cli-auto-completion-bash-zsh/index.md index d7132bf..0bde330 100644 --- a/content/posts/2022/enable-tanzu-cli-auto-completion-bash-zsh/index.md +++ b/content/posts/2022/enable-tanzu-cli-auto-completion-bash-zsh/index.md @@ -19,6 +19,7 @@ tags: - vmware - linux - tanzu + - kubernetes comment: true # Disable comment if false. --- @@ -62,4 +63,4 @@ tanzu completion zsh > "${fpath[1]}/_tanzu" And that's it! The next time you open a shell (or `source` your relevant profile), you'll be able to `[TAB]` your way through the Tanzu CLI! -![Tanzu CLI completion in zsh](tanzu-completion.gif) \ No newline at end of file +![Tanzu CLI completion in zsh](tanzu-completion.gif)