1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-18 13:41:56 +00:00

Update to context segment README

Just some minor spelling fixes.
This commit is contained in:
Ben Hilburn 2018-07-13 13:13:12 -04:00 committed by GitHub
parent d1fc86e598
commit e95be8f208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.| |`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 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 | | State | Meaning |
|---------------|----------------------------------------------------------| |---------------|----------------------------------------------------------|
| `DEFAULT` | | | `DEFAULT` | You are a normal user |
| `ROOT` | You are logged in as root | | `ROOT` | You are the root user |
| `SUDO` | You still have elevated rights | | `SUDO` | You are using elevated rights |
| `REMOTE_SUDO` | You are SSH'ed in vour machine and have elevated rights | | `REMOTE_SUDO` | You are SSH'ed into the machine and have elevated rights |
| `REMOTE` | You SSH'ed in your machine | | `REMOTE` | You are SSH'ed into the machine |
##### date ##### date