oh-my-zsh「The `osx` plugin is deprecated and has been renamed to `macos`」の解決方法

oh-my-zsh の The `osx` plugin is deprecated and has been renamed to `macos` の解決方法をご紹介します。

oh-my-zsh

背景 Terminal 起動時に The `osx` plugin is deprecated and has been renamed to `macos`.

The `osx` plugin is deprecated and has been renamed to `macos`.
Please update your .zshrc to use the `macos` plugin instead.

修正方法 plugins=(macos)

修正前 osx

plugins=(
  osx
)

修正後 macos

plugins=(
  macos
)

以上、oh-my-zsh の The `osx` plugin is deprecated and has been renamed to `macos` を解決した、現場からお送りしました。