Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
ddd359dd
Commit
ddd359dd
authored
5 years ago
by
Jonas
Committed by
Marc Cornellà
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
kube-ps1: add a note where to put the `PROMPT=...` line (#8142)
parent
fd4571d1
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/kube-ps1/README.md
+3
-2
plugins/kube-ps1/README.md
with
3 additions
and
2 deletions
+3
-2
plugins/kube-ps1/README.md
View file @
ddd359dd
...
@@ -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:
t
he
`PROMPT`
example above was tested with the theme
`robbyrussell`
Note:
T
he
`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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help