From 1092aba5b819882c75c33be24f97556e03baec26 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sun, 30 Aug 2009 18:00:42 -0700 Subject: [PATCH] Adding a note about backing up your existing zshrc file --- README.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.textile b/README.textile index b15b1fd3..6cba3709 100644 --- a/README.textile +++ b/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: