浏览代码

Adding a note about backing up your existing zshrc file

Robby Russell 15 年之前
父节点
当前提交
1092aba5b8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.textile

+ 2 - 0
README.textile

@@ -10,6 +10,8 @@ h2. Setup
 
 2. Symlink the zsh config with:
 
+  *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.
+
   @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
 
 3. Set zsh as your default shell: