Commit 5b201468 authored by Ryan Castillo's avatar Ryan Castillo
Browse files

Improve formatting of step 2 for clarity

parent d750e7d9
...@@ -28,10 +28,10 @@ h3. The manual way ...@@ -28,10 +28,10 @@ h3. The manual way
2. Create a new zsh config by copying the zsh template we've provided. 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@ @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: 3. Set zsh as your default shell:
@chsh -s /bin/zsh@ @chsh -s /bin/zsh@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment