summaryrefslogtreecommitdiff
path: root/plugins/kube-ps1
diff options
context:
space:
mode:
authorJonas <jonasholtkamp@users.noreply.github.com>2019-09-11 15:54:56 +0200
committerMarc Cornellà <marc.cornella@live.com>2019-09-11 15:54:56 +0200
commitddd359dd668f448856438304bedfe952d1749efd (patch)
tree8190996f4749216dfb7ba4340b0e7e81291c95f8 /plugins/kube-ps1
parentfd4571d1b02ac68833a5b5c166395434723b9128 (diff)
downloadzsh-ddd359dd668f448856438304bedfe952d1749efd.tar.gz
zsh-ddd359dd668f448856438304bedfe952d1749efd.tar.bz2
zsh-ddd359dd668f448856438304bedfe952d1749efd.zip
kube-ps1: add a note where to put the `PROMPT=...` line (#8142)
Diffstat (limited to 'plugins/kube-ps1')
-rw-r--r--plugins/kube-ps1/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/kube-ps1/README.md b/plugins/kube-ps1/README.md
index 19dac42e9..82c0a77e6 100644
--- a/plugins/kube-ps1/README.md
+++ b/plugins/kube-ps1/README.md
@@ -53,10 +53,11 @@ plugins=(
kube-ps1
)
+# After the "source Oh My Zsh" line
PROMPT=$PROMPT'$(kube_ps1) '
```
-Note: the `PROMPT` example above was tested with the theme `robbyrussell`
+Note: The `PROMPT` example above was tested with the theme `robbyrussell`.
## Enabling / Disabling on the current shell
@@ -100,4 +101,4 @@ The default settings can be overridden in ~/.zshrc
## Contributors
- Jared Yanovich
-- Pedro Moranga \ No newline at end of file
+- Pedro Moranga