Commit ddd359dd authored by Jonas's avatar Jonas Committed by Marc Cornellà
Browse files

kube-ps1: add a note where to put the `PROMPT=...` line (#8142)

parent fd4571d1
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
...@@ -53,10 +53,11 @@ plugins=( ...@@ -53,10 +53,11 @@ plugins=(
kube-ps1 kube-ps1
) )
# After the "source Oh My Zsh" line
PROMPT=$PROMPT'$(kube_ps1) ' 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 ## Enabling / Disabling on the current shell
...@@ -100,4 +101,4 @@ The default settings can be overridden in ~/.zshrc ...@@ -100,4 +101,4 @@ The default settings can be overridden in ~/.zshrc
## Contributors ## Contributors
- Jared Yanovich - Jared Yanovich
- Pedro Moranga - Pedro Moranga
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment