Browse code

Merge branch 'master' of https://github.com/Nemo157/oh-my-zsh into Nemo157-master

Robby Russell authored on 22/02/2011 at 05:46:26
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ h2. Setup
8 8
 
9 9
 h3. The automatic installer... (do you trust me?)
10 10
 
11
-@wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
11
+@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
12 12
 
13 13
 h3. The manual way
14 14
 
... ...
@@ -38,7 +38,7 @@ h2. Usage
38 38
 * enable the plugins you want in your @~/.zshrc@ (take a look at @plugins/@ to see what's possible)
39 39
 ** example: @plugins=(git osx ruby)@
40 40
 * Theme support: Change the @ZSH_THEME@ environment variable in @~/.zshrc@.
41
-** Take a look at the "current themes":http://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.
41
+** Take a look at the "current themes":https://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.
42 42
 * much much more...  take a look at @lib/@ what _Oh My Zsh_ offers...
43 43
 
44 44
 h2. Useful