oh-my-zsh「The `osx` plugin is deprecated and has been renamed to `macos`」の解決方法
重岡 正 · Tue, November 9, 2021
oh-my-zsh の The の解決方法をご紹介します。osx plugin is deprecated and has been renamed to macos
背景 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