diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-03-31 02:31:52 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-03-31 02:31:52 +0300 |
commit | 04b420eb1b6aacab808de98c6e50d5525cd22654 (patch) | |
tree | 10b003213218522f7d2dfdb702be60c8e2997ceb /README.md | |
parent | 7ff18e7716165fe15fe3e424595ca5c4211c25f3 (diff) |
No need to export POWERLEVEL9K_PROMPT_ON_NEW_LINE.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ By default, `powerlevel9k` is a single-lined prompt. If you would like to have the segments display on one line, and print the command prompt below it, simply define `POWERLEVEL9K_PROMPT_ON_NEWLINE` in your `~/.zshrc`: - export POWERLEVEL9K_PROMPT_ON_NEWLINE=true + POWERLEVEL9K_PROMPT_ON_NEWLINE=true Here is what it looks like: |