Browse code

Adding a note about backing up your existing zshrc file

Robby Russell authored on 31/08/2009 at 01:00:42
Showing 1 changed files
... ...
@@ -10,6 +10,8 @@ h2. Setup
10 10
 
11 11
 2. Symlink the zsh config with:
12 12
 
13
+  *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.
14
+
13 15
   @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
14 16
 
15 17
 3. Set zsh as your default shell: