diff options
author | Oleksii Vilchanskyi <alexvilchansky@yahoo.com> | 2017-03-19 19:26:14 +0300 |
---|---|---|
committer | Oleksii Vilchanskyi <alexvilchansky@yahoo.com> | 2017-03-19 19:26:14 +0300 |
commit | 92dbf82027ef3aa0ff9d0bd3c801f69bafe0fe1d (patch) | |
tree | 0a95275933fac543b788735e0d266a2e1f637507 /README.md | |
parent | 7eb8085b1de0307733550268cb7071fb0511e7a9 (diff) |
README: context section typo fix (#447)
* Remove a duplicate in the table
* Use word "set" to emphasize $USER as a shell variable
Closes #447.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |