mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-24 06:17:58 -05:00
* Add PATH to Zsh for newer macOSs Apple switched the default shell to Zsh with Catalina, so updating the PATH in .bash_profile will not have effect for relevant users, and is increasingly now the legacy approach. This commit adds instructions to echo the PATH to .zshenv, the Zsh equivalent of .bash_profile, as well as to check which version of macOS the user is using. * Update PATH in local macOS documentation