diff options
Diffstat (limited to 'config/p10k-pure.zsh')
-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 |