diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-09-10 12:29:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 12:29:08 +0300 |
commit | 4de7eaa95ed3a116506f1bd122b2c14562c83d2a (patch) | |
tree | b7ab8d956dff1bcbfee9a0504c4074b9c210c3fe | |
parent | ca49498cb6f138249058d096e65f612990637e04 (diff) |
comments
-rw-r--r-- | config/p10k-pure.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index aa6e5b7f..a49653a0 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -9,6 +9,7 @@ # The replication of Pure prompt achieved with this config is almost exact. Apart from the # differences listed above, prompt is identical to Pure. This includes even the bad parts. # For example, just like in Pure, prompt will provide no indication of Git status being stale. +# When prompt doesn't fit on one line, it'll wrap around with no attempt to shorten anything. # This is likely to make user experience worse than with any other Powerlevel10k config. If # you like the general style of Pure but not particularly attached to all its quirks, type # `p10k configure` while having Powerlevel10k theme active and pick lean style. |