mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Standardized error messages.
This commit is contained in:
parent
28da8f916b
commit
95c29bada8
10 changed files with 33 additions and 29 deletions
2
init.zsh
2
init.zsh
|
|
@ -3,7 +3,7 @@
|
|||
# Check for the minimum supported version.
|
||||
min_zsh_version='4.3.10'
|
||||
if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
|
||||
print "omz: The minimum supported Zsh version is $min_zsh_version."
|
||||
print "omz: too old shell version detected, minimum required: $min_zsh_version"
|
||||
fi
|
||||
unset min_zsh_version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue