fix
This commit is contained in:
parent
2369c5c792
commit
c561596687
1 changed files with 1 additions and 0 deletions
1
init.zsh
1
init.zsh
|
@ -10,6 +10,7 @@
|
|||
min_zsh_version='4.3.10'
|
||||
if ! autoload -Uz is-at-least || ! is-at-least "$min_zsh_version"; then
|
||||
print "omz: old shell detected, minimum required: $min_zsh_version" >&2
|
||||
return 1
|
||||
fi
|
||||
unset min_zsh_version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue