mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Update to context
segment README
Just some minor spelling fixes.
This commit is contained in:
parent
d1fc86e598
commit
e95be8f208
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue