script
#shell #zsh #script
zshのバージョンによる分岐
code:text
if is-at-least 4.3.11; then
...
fi