The
osx
plugin is deprecated and has been renamed tomacos
. Please update your .zshrc to use themacos
plugin instead.
Confused what to change ?
- Open your terminal
-
nano ~/.zshrc
hit return - Search for plugins
Example,
plugins=(git colored-man-pages colorize pip python brew osx)
- Change it to
plugins=(git colored-man-pages colorize pip python brew macos)
- Replace
osx
tomacos
-
Ctrl
+o
andCtrl
+x
hit return - Close terminal and reopen
Cover image by forgeskiphire
Top comments (0)