mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
kube-ps1: add a note where to put the PROMPT=...
line (#8142)
This commit is contained in:
parent
fd4571d1b0
commit
ddd359dd66
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- Jared Yanovich
|
- Jared Yanovich
|
||||||
- Pedro Moranga
|
- Pedro Moranga
|
||||||
|
|
Loading…
Reference in a new issue