sindresorhus / pure

Pretty, minimal and fast ZSH prompt
MIT License
13.12k stars 971 forks source link

Fix README about installation via Homebrew #638

Closed Udomomo closed 2 years ago

Udomomo commented 2 years ago

This PR fixes README for installation via Homebrew.
It's a small fix, but due to this I overlooked this part, where the actual solution for my issue is clearly stated.

mafredri commented 2 years ago

The not is supposed to be there. When using Zsh from Homebrew, modifying fpath should not be necessary. But when using Zsh that ships with macOS (/bin/zsh), it needs to be added.

Care to share more about your setup that caused the need to modify fpath? For instance, it's possible to have Homebrew Zsh installed whilst using the macOS one, in which case the hint is there to update the fpath.

Udomomo commented 2 years ago

Yes, my macOS is Monterey and has zsh as default in /bin/zsh . That must be the reason adding to fpath works for me. Thanks!