1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Improve formatting of step 2 for clarity

This commit is contained in:
Ryan Castillo 2012-12-01 21:03:07 -05:00
parent d750e7d9e3
commit 5b201468d1

View file

@ -28,10 +28,10 @@ h3. The manual way
2. Create a new zsh config by copying the zsh template we've provided.
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
*NOTE*: If you already have a ~/.zshrc file, you should back it up. @cp ~/.zshrc ~/.zshrc.orig@ in case you want to go back to your original settings.
3. Set zsh as your default shell:
@chsh -s /bin/zsh@