mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-21 15:49:50 +00:00
feat(kube-ps1): add symlink support (#12208)
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user