diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-07-13 20:13:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 20:13:12 +0300 |
commit | e95be8f2086823115548dcc1fff616ba363779b1 (patch) | |
tree | 1b53a3023d757fc8c033709b0b8b56838d942d11 /README.md | |
parent | d1fc86e59813c2c3d5b11508c8112936a5db7ced (diff) |
Update to `context` segment README
Just some minor spelling fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -358,15 +358,15 @@ end of the hostname. |`POWERLEVEL9K_CONTEXT_TEMPLATE`|%n@%m|Default context prompt (username@machine). Refer to the [ZSH Documentation](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html) for all possible expansions, including deeper host depths.| This segment can have different states. They might help you to visualize your -different priviledges. Read more about styling with states [here](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#special-segment-colors). +different privileges. Read more about styling with states [here](https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt#special-segment-colors). | State | Meaning | |---------------|----------------------------------------------------------| -| `DEFAULT` | | -| `ROOT` | You are logged in as root | -| `SUDO` | You still have elevated rights | -| `REMOTE_SUDO` | You are SSH'ed in vour machine and have elevated rights | -| `REMOTE` | You SSH'ed in your machine | +| `DEFAULT` | You are a normal user | +| `ROOT` | You are the root user | +| `SUDO` | You are using elevated rights | +| `REMOTE_SUDO` | You are SSH'ed into the machine and have elevated rights | +| `REMOTE` | You are SSH'ed into the machine | ##### date |