diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-01 07:50:45 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-01 07:50:45 -0700 |
commit | fcc1cde56c1ed8cd0c4961e82dce4a721b4bd66c (patch) | |
tree | 38049ead808981d8adb2d872966f9eafe841bba0 /tools | |
parent | 261bf83d534cb129833bda773363e72c3693a2fa (diff) | |
download | zsh-fcc1cde56c1ed8cd0c4961e82dce4a721b4bd66c.tar.gz zsh-fcc1cde56c1ed8cd0c4961e82dce4a721b4bd66c.tar.bz2 zsh-fcc1cde56c1ed8cd0c4961e82dce4a721b4bd66c.zip |
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
Diffstat (limited to 'tools')
-rw-r--r-- | tools/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.sh b/tools/install.sh index 78a39cd96..05b3a52cd 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -15,8 +15,8 @@ then rm ~/.zshrc; fi -echo "Symlinking .zshrc to ~/.oh-my-zsh/" -ln -s ~/.oh-my-zsh/zshrc ~/.zshrc +echo "Using the Oh My Zsh template file and adding it to ~/.zshrc" +cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc echo "Time to change your default shell to zsh!" chsh -s /bin/zsh |