Skip to content

Commit

Permalink
RPROMPT added in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artmorse committed May 12, 2023
1 parent 6aebfda commit aec76dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins=(
kube-ps1
)

PROMPT='$(kube_ps1)'$PROMPT
PROMPT='$(kube_ps1)'$PROMPT # or RPROMPT='$(kube_ps1)'
```


Expand All @@ -52,7 +52,7 @@ PROMPT='$(kube_ps1)'$PROMPT
Update `.zshrc` with:
```sh
zinit light jonmosco/kube-ps1
PROMPT='$(kube_ps1)'$PROMPT
PROMPT='$(kube_ps1)'$PROMPT # or RPROMPT='$(kube_ps1)'
```

### Fig
Expand All @@ -71,7 +71,7 @@ Install `kube-ps1` in zsh, bash, or fish with one click.
#### Zsh
```sh
source /path/to/kube-ps1.sh
PROMPT='$(kube_ps1)'$PROMPT
PROMPT='$(kube_ps1)'$PROMPT # or RPROMPT='$(kube_ps1)'
```
#### Bash
```sh
Expand Down

0 comments on commit aec76dc

Please sign in to comment.