diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
commit | a6b572da4597626fb55b11abb9d3fb0dc255a5cd (patch) | |
tree | 5811d3e3b3a83b985e236a8cd2646b306216202a /config | |
parent | 070697a91401e1fb06ca7affa306b303b6d7701c (diff) |
add p10k configure
Diffstat (limited to 'config')
-rw-r--r-- | config/p10k-pure.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index 271504e2..aa6e5b7f 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -11,7 +11,7 @@ # 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, type -# `p9k_configure` while having Powerlevel10k theme active and pick lean style. +# `p10k configure` while having Powerlevel10k theme active and pick lean style. # Temporarily disable aliases. if [[ -o 'aliases' ]]; then |