diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2018-09-06 16:47:35 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2018-09-06 16:47:35 +0300 |
commit | 358c105de7aa5e8109788adf65c08c44e368d418 (patch) | |
tree | 782027381bbb78a3d7f542dee1b06bdc6f7955ce | |
parent | 572b7a1299331fa3e191f11e527e8da0c7711567 (diff) |
Oops, this change should have been in last commit.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ The table above shows the default values, so if you wanted to set these variables manually, you would put the following in your `~/.zshrc`: ```zsh -POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) +POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir vcs) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time) ``` #### Available Prompt Segments |