diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:41:29 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-08-17 20:41:29 +0300 |
commit | 5669c12c6659e888de9d0093f95a8fc91d0dba8d (patch) | |
tree | e93c8e201ab05cbfd3f1beb3d9550cebe6ffa4f5 /internal/p10k.zsh | |
parent | e7629449c62918ccb0ce1bee1fec12226f38a7f2 (diff) |
Revert "add availability to display or not Terraform version"
This reverts commit 20b87731de26638f40dce1bfc89f5b5a207e090f.
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 80b5d5b1..2099c32f 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 following command to fix:" + >&2 print -P "If using %Bantigen%b, run the folowing command to fix:" >&2 print -P "" >&2 print -P " %F{2}antigen%f reset" if [[ -d ~/.antigen ]]; then |