mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 17:01:56 +00:00
roll back accidental change
This commit is contained in:
parent
1e7cd82e03
commit
41eebccdc4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
if ! autoload -Uz is-at-least || ! is-at-least $ZSH_VERSION 2>/dev/null; then
|
if ! autoload -Uz is-at-least || ! is-at-least 5.1; then
|
||||||
() {
|
() {
|
||||||
>&2 echo -E "You are using ZSH version $ZSH_VERSION. The minimum required version for Powerlevel10k is 5.1."
|
>&2 echo -E "You are using ZSH version $ZSH_VERSION. The minimum required version for Powerlevel10k is 5.1."
|
||||||
>&2 echo -E "Type 'echo \$ZSH_VERSION' to see your current zsh version."
|
>&2 echo -E "Type 'echo \$ZSH_VERSION' to see your current zsh version."
|
||||||
|
|
Loading…
Reference in a new issue