Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
ddd359dd
Commit
ddd359dd
authored
Sep 11, 2019
by
Jonas
Committed by
Marc Cornellà
Sep 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kube-ps1: add a note where to put the `PROMPT=...` line (#8142)
parent
fd4571d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
plugins/kube-ps1/README.md
+3
-2
No files found.
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:
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
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