summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Louwrens <mlouwrens@entersekt.com>2018-02-12 12:39:53 +0300
committerMichael Louwrens <mlouwrens@entersekt.com>2018-02-12 12:39:53 +0300
commita4aacef7bc9663604682ab1afd5e76ef751d546e (patch)
treef9fab97d3a3ecd85741ec32cd744f7948cc7eefa /README.md
parent7fff5bd7a6c7c6d38c5984a1fa30571e89d14d1e (diff)
Add information to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74edc446..4fb6614a 100644
--- a/README.md
+++ b/README.md
@@ -312,7 +312,7 @@ main theme distribution so that everyone can use it!
The `context` segment (user@host string) is conditional. By default, it will
only print if you are not your 'normal' user (including if you are root), or if
-you are SSH'd to a remote host.
+you are SSH'd to a remote host. `SUDO` and `REMOTE_SUDO` states are also available to show whether the current user or remote user has superuser privileges.
To use this feature, make sure the `context` segment is enabled in your prompt
elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`.
@@ -580,6 +580,7 @@ You can also override the icons by setting:
```
POWERLEVEL9K_USER_ICON="\uF415" # 
POWERLEVEL9K_ROOT_ICON="#"
+POWERLEVEL9K_SUDO_ICON=$'\uF09C' # 
```
| Variable | Default Value | Description |