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)