浏览代码

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

Jonas 5 年之前
父节点
当前提交
ddd359dd66
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      plugins/kube-ps1/README.md

+ 3 - 2
plugins/kube-ps1/README.md

@@ -53,10 +53,11 @@ plugins=(
   kube-ps1
 )
 
+# After the "source Oh My Zsh" line
 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
 
@@ -100,4 +101,4 @@ The default settings can be overridden in ~/.zshrc
 ## Contributors
 
 - Jared Yanovich
-- Pedro Moranga
+- Pedro Moranga