Solution for oh-my-zsh 'The `osx` plugin is deprecated and has been renamed to `macos`'
I’ll introduce the solution for oh-my-zsh’s The
.osx
plugin is deprecated and has been renamed to macos
The `osx` plugin is deprecated and has been renamed to `macos`.
When Starting TerminalThe `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
)
That’s all from the Gemba on resolving oh-my-zsh’s The
.osx
plugin is deprecated and has been renamed to macos