diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-28 11:50:58 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-28 11:50:58 -0700 |
commit | 627a61a0651370c6b4285cddf8d83ecd526c3d32 (patch) | |
tree | d439a366846063ee11faf28db037d9b890adb3e2 | |
parent | b5104350823ab936c93790b66fae8f50bfe81ae4 (diff) | |
download | zsh-627a61a0651370c6b4285cddf8d83ecd526c3d32.tar.gz zsh-627a61a0651370c6b4285cddf8d83ecd526c3d32.tar.bz2 zsh-627a61a0651370c6b4285cddf8d83ecd526c3d32.zip |
Making sure it's obvious to symlink to ~/.zshrc
-rw-r--r-- | README.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile index c3978bef0..1d24a05a6 100644 --- a/README.textile +++ b/README.textile @@ -8,7 +8,7 @@ h2. Setup @git clone git://github.com/robbyrussell/oh-my-zsh.git@ -2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc .zshrc@ +2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@ 3. Start / restart zsh (open a new terminal is easy enough..) |