aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-12-02 16:50:22 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-12-02 16:50:22 +0300
commit5044c61902739c07cc9a9f47c2995ddd5c35acc3 (patch)
tree9e8835e871a75de170b85f1fb0f684e5405192a2
parent8395e6cd688d24d27a34a06f10816b3dc3d10920 (diff)
spelling
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 576adcb1..2915cf9e 100644
--- a/README.md
+++ b/README.md
@@ -432,7 +432,7 @@ source code.
### How do I add username and/or hostname to prompt?
When using *Lean*, *Classic* or *Rainbow* style, prompt shows `username@hostname` when you are
-logged in as root or via SSH. There is little value showing `username` or `hostname` when you are
+logged in as root or via SSH. There is little value in showing `username` or `hostname` when you are
logged in to your local machine as a normal user. So the absence of `username@hostname` in your
prompt is an indication that you are working locally and that you aren't root. You can change it,
however.
@@ -450,7 +450,7 @@ typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
```
Search for `context` to find the section in the config that lists parameters specific to this prompt
-segment. You should see the following lines there:
+segment. You should see the following lines:
```zsh
# Don't show context unless running with privileges or in SSH.