Skip to content

Commit 60c3813

Browse files
committedDec 2, 2012
Make the NOTE an optional for improved instructions
1 parent 5b20146 commit 60c3813

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
 

‎README.textile

+7-4
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,20 @@ h3. The manual way
2626

2727
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
2828

29-
2. Create a new zsh config by copying the zsh template we've provided.
29+
2. *OPTIONAL* Backup your existing ~/.zshrc file
30+
31+
@cp ~/.zshrc ~/.zshrc.orig@
32+
33+
3. Create a new zsh config by copying the zsh template we've provided.
3034

3135
@cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc@
3236

33-
*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.
3437

35-
3. Set zsh as your default shell:
38+
4. Set zsh as your default shell:
3639

3740
@chsh -s /bin/zsh@
3841

39-
4. Start / restart zsh (open a new terminal is easy enough...)
42+
5. Start / restart zsh (open a new terminal is easy enough...)
4043

4144
h3. Problems?
4245

0 commit comments

Comments
 (0)
Please sign in to comment.