diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:42:05 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:42:05 +0300 |
commit | 25e5f5985f0b977461c0d14663a910363684014e (patch) | |
tree | eafc62f3e2bdd73d078d8e91bd2b15a9c3ea9607 /internal/p10k.zsh | |
parent | 5669c12c6659e888de9d0093f95a8fc91d0dba8d (diff) |
spello
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 2099c32f..80b5d5b1 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3,7 +3,7 @@ if [[ $__p9k_sourced != 13 ]]; then >&2 print -P "[%F{1}ERROR%f]: Corrupted powerlevel10k installation." >&2 print -P "" if (( ${+functions[antigen]} )); then - >&2 print -P "If using %Bantigen%b, run the folowing command to fix:" + >&2 print -P "If using %Bantigen%b, run the following command to fix:" >&2 print -P "" >&2 print -P " %F{2}antigen%f reset" if [[ -d ~/.antigen ]]; then |