diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-10 12:09:49 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-10 12:09:49 +0300 |
commit | 3eaa7acb504dde55b2e66047364f9bb783db122e (patch) | |
tree | 4e02490bb88d81e21bfc226f10f32cf49b10bedb /config/p10k-classic.zsh | |
parent | fd283aa9e5864b36ff5fb6872208efe8bbe32b1a (diff) |
spello
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index ee748440..5162047d 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -15,7 +15,7 @@ () { emulate -L zsh -o extended_glob - # Unset all configuration options. This allows you to apply configiguration changes without + # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. unset -m 'POWERLEVEL9K_*' |