1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-07 21:18:01 +08:00

Updated Installing ZSH (markdown)

ArtixZ 2020-09-12 21:50:27 -07:00
parent f873506b48
commit 31b6005255

@ -39,7 +39,7 @@ brew install zsh
``` ```
To set zsh as your default shell, execute the following assuming a default install of Homebrew To set zsh as your default shell, execute the following assuming a default install of Homebrew
> Latest Mac OS version: > Recent Mac OS versions:
``` ```
chsh -s /usr/local/bin/zsh chsh -s /usr/local/bin/zsh
``` ```