diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-30 13:37:34 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-30 13:37:34 +0300 |
commit | 29b9397fa965e7f4b45cb80fdb998d74c1421e54 (patch) | |
tree | 9005888a6968d46293433c962e2cc1a18ee6d955 | |
parent | 4c08fa06219cf7622e6136f75938862aa5b303cd (diff) |
comments
-rw-r--r-- | config/p10k-pure.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index a28df242..271504e2 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -10,8 +10,8 @@ # 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. # 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, -# try p10k-lean.zsh instead. +# you like the general style of Pure but not particularly attached to all its quirks, type +# `p9k_configure` while having Powerlevel10k theme active and pick lean style. # Temporarily disable aliases. if [[ -o 'aliases' ]]; then |