aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-03-21 04:58:51 +0300
committerGitHub <noreply@github.com>2017-03-21 04:58:51 +0300
commit468534a59b9ce321cc41bb0c8a8f1eb424e347df (patch)
tree0a95275933fac543b788735e0d266a2e1f637507
parent7eb8085b1de0307733550268cb7071fb0511e7a9 (diff)
parent92dbf82027ef3aa0ff9d0bd3c801f69bafe0fe1d (diff)
Merge pull request #450 from light2yellow/master
README: context section typo fix (#447)
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4440ecf6..18f6716d 100644
--- a/README.md
+++ b/README.md
@@ -275,10 +275,9 @@ end of the hostname.
| Variable | Default Value | Description |
|----------|---------------|-------------|
-|`DEFAULT_USER`|None|Username to consider a "default context".|
+|`DEFAULT_USER`|None|Username to consider a "default context" (you can also set `$USER`).|
|`POWERLEVEL9K_ALWAYS_SHOW_CONTEXT`|false|Always show this segment, including $USER and hostname.|
|`POWERLEVEL9K_ALWAYS_SHOW_USER`|false|Always show the username, but conditionalize the hostname.|
-|`DEFAULT_USER`|None|Username to consider a "default context" (you can also use `$USER`)|
|`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.|
##### dir