Browse code

Updating README to show people how to change their default shell.

Robby Russell authored on 31/08/2009 at 00:48:43
Showing 1 changed files
... ...
@@ -6,11 +6,17 @@ h2. Setup
6 6
 
7 7
 1. Clone the repository
8 8
 
9
-@git clone git://github.com/robbyrussell/oh-my-zsh.git@
9
+  @git clone git://github.com/robbyrussell/oh-my-zsh.git@
10 10
 
11
-2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
11
+2. Symlink the zsh config with:
12 12
 
13
-3. Start / restart zsh (open a new terminal is easy enough..)
13
+  @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
14
+
15
+3. Set zsh as your default shell:
16
+
17
+  @chsh -s /bin/zsh@
18
+
19
+4. Start / restart zsh (open a new terminal is easy enough..)
14 20
 
15 21
 h3. Problems?
16 22