summaryrefslogtreecommitdiff
path: root/plugins/kube-ps1/README.md
diff options
context:
space:
mode:
authorJon Mosco <1970496+jonmosco@users.noreply.github.com>2022-06-12 13:41:52 -0400
committerGitHub <noreply@github.com>2022-06-12 19:41:52 +0200
commit055c3b6cb30c5e658914000597b8582afc3aa40e (patch)
tree194a7111de67064e2465c1087acf236d15317c60 /plugins/kube-ps1/README.md
parentd41ca84af1271e8bfbe26f581cebe3b86521d0db (diff)
downloadzsh-055c3b6cb30c5e658914000597b8582afc3aa40e.tar.gz
zsh-055c3b6cb30c5e658914000597b8582afc3aa40e.tar.bz2
zsh-055c3b6cb30c5e658914000597b8582afc3aa40e.zip
chore(kube-ps1): update to most recent version (#10980)
Diffstat (limited to 'plugins/kube-ps1/README.md')
-rw-r--r--plugins/kube-ps1/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/kube-ps1/README.md b/plugins/kube-ps1/README.md
index b08997b0f..1ed3e4438 100644
--- a/plugins/kube-ps1/README.md
+++ b/plugins/kube-ps1/README.md
@@ -128,6 +128,7 @@ the following environment variables:
| `KUBE_PS1_NS_ENABLE` | `true` | Display the namespace. If set to `false`, this will also disable `KUBE_PS1_DIVIDER` |
| `KUBE_PS1_PREFIX` | `(` | Prompt opening character |
| `KUBE_PS1_SYMBOL_ENABLE` | `true ` | Display the prompt Symbol. If set to `false`, this will also disable `KUBE_PS1_SEPARATOR` |
+| `KUBE_PS1_SYMBOL_PADDING` | `false` | Adds a space (padding) after the symbol to prevent clobbering prompt characters |
| `KUBE_PS1_SYMBOL_DEFAULT` | `⎈ ` | Default prompt symbol. Unicode `\u2388` |
| `KUBE_PS1_SYMBOL_USE_IMG` | `false` | ☸️ , Unicode `\u2638` as the prompt symbol |
| `KUBE_PS1_SEPARATOR` | &#124; | Separator between symbol and context name |
@@ -151,8 +152,10 @@ The default colors are set with the following environment variables:
| Variable | Default | Meaning |
| :------- | :-----: | ------- |
+| `KUBE_PS1_PREFIX_COLOR` | `null` | Set default color of the prompt prefix |
| `KUBE_PS1_SYMBOL_COLOR` | `blue` | Set default color of the Kubernetes symbol |
| `KUBE_PS1_CTX_COLOR` | `red` | Set default color of the context |
+| `KUBE_PS1_SUFFIX_COLOR` | `null` | Set default color of the prompt suffix |
| `KUBE_PS1_NS_COLOR` | `cyan` | Set default color of the namespace |
| `KUBE_PS1_BG_COLOR` | `null` | Set default color of the prompt background |