DEV Community

Cover image for Rename osx to macos
sadasdkjoiwck
sadasdkjoiwck

Posted on

Rename osx to macos

The osx plugin is deprecated and has been renamed to macos. Please update your .zshrc to use the macos 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 to macos
  • Ctrl + o and Ctrl + x hit return
  • Close terminal and reopen

Cover image by forgeskiphire

Top comments (0)