I am trying to uninstall a zsh plugin (macos
), I have modified the .zshrc
file and removed macos
from the plugin
list, and deleted the macos
file in path ~/.oh-my-zsh/plugins
, but now when ever I initialize zsh
, the following error always come out. How do I fix this?
error: you need to resolve your current index first plugins/macos/spotify: needs merge
brew cleanup
andbrew doctor
, those didn't work. Furthermore, I can'tupgrade_oh_my_zsh
due to the error above. – Ona