From 627a61a0651370c6b4285cddf8d83ecd526c3d32 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Fri, 28 Aug 2009 11:50:58 -0700 Subject: [PATCH] Making sure it's obvious to symlink to ~/.zshrc --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index c3978bef..1d24a05a 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..)