summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-08-30 17:48:43 -0700
committerRobby Russell <robby@planetargon.com>2009-08-30 17:48:43 -0700
commit95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9 (patch)
treeb8a4596957cf06b583791980fbdd05cb2bb73339 /README.textile
parentfe8f83cd78e5a514eeee7801a74f196a7d17d580 (diff)
downloadzsh-95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9.tar.gz
zsh-95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9.tar.bz2
zsh-95f32b4f8b30fbd62e6df8ca66221cdf6f2cc4d9.zip
Updating README to show people how to change their default shell.
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.textile b/README.textile
index ebc62d04e..b15b1fd3f 100644
--- a/README.textile
+++ b/README.textile
@@ -6,11 +6,17 @@ h2. Setup
1. Clone the repository
-@git clone git://github.com/robbyrussell/oh-my-zsh.git@
+ @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:
-3. Start / restart zsh (open a new terminal is easy enough..)
+ @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
+
+3. Set zsh as your default shell:
+
+ @chsh -s /bin/zsh@
+
+4. Start / restart zsh (open a new terminal is easy enough..)
h3. Problems?