mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 00:00:07 +00:00
Merge pull request #15 from dritter/dritter/wording
No need to export POWERLEVEL9K_PROMPT_ON_NEW_LINE.
This commit is contained in:
commit
6f61a266cc
1 changed files with 1 additions and 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue