diff options
| author | Robby Russell <robby@planetargon.com> | 2009-08-30 18:00:42 -0700 | 
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2009-08-30 18:00:42 -0700 | 
| commit | 1092aba5b819882c75c33be24f97556e03baec26 (patch) | |
| tree | a1c292fcfe05e92592f7a465bffe47e17bd550bb /README.textile | |
| parent | 95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9 (diff) | |
| download | zsh-1092aba5b819882c75c33be24f97556e03baec26.tar.gz zsh-1092aba5b819882c75c33be24f97556e03baec26.tar.bz2 zsh-1092aba5b819882c75c33be24f97556e03baec26.zip | |
Adding a note about backing up your existing zshrc file
Diffstat (limited to 'README.textile')
| -rw-r--r-- | README.textile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/README.textile b/README.textile index b15b1fd3f..6cba37098 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: | 
