diff options
| author | Artem Babii <arthem.babij@gmail.com> | 2024-02-29 23:07:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-29 22:07:10 +0100 |
| commit | 9730915910c6cc7640f8af6063ffb93becf0414a (patch) | |
| tree | d58676973c95e332c92d3e4af44c373e05670f5d /plugins/kube-ps1/README.md | |
| parent | 50fd98e5a6c9d7c36b0cc678f577f7ce1d181bea (diff) | |
| download | zsh-9730915910c6cc7640f8af6063ffb93becf0414a.tar.gz zsh-9730915910c6cc7640f8af6063ffb93becf0414a.tar.bz2 zsh-9730915910c6cc7640f8af6063ffb93becf0414a.zip | |
feat(kube-ps1): add symlink support (#12208)
Diffstat (limited to 'plugins/kube-ps1/README.md')
| -rw-r--r-- | plugins/kube-ps1/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/kube-ps1/README.md b/plugins/kube-ps1/README.md index 1ed3e4438..dd49eff39 100644 --- a/plugins/kube-ps1/README.md +++ b/plugins/kube-ps1/README.md @@ -136,6 +136,7 @@ the following environment variables: | `KUBE_PS1_SUFFIX` | `)` | Prompt closing character | | `KUBE_PS1_CLUSTER_FUNCTION` | No default, must be user supplied | Function to customize how cluster is displayed | | `KUBE_PS1_NAMESPACE_FUNCTION` | No default, must be user supplied | Function to customize how namespace is displayed | +| `KUBE_PS1_KUBECONFIG_SYMLINK` | `false` | Treat `KUBECONFIG` and `~/.kube/config` files as symbolic links | For terminals that do not support UTF-8, the symbol will be replaced with the string `k8s`. |
