summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorFredrik Appelberg <fredrik.appelberg@scanpix.se>2011-02-28 09:13:14 +0100
committerFredrik Appelberg <fredrik.appelberg@scanpix.se>2011-02-28 09:13:14 +0100
commit8d18844a4bdcb7e0f2cc3e9be09cf504c001db71 (patch)
treed87f6d6bc66c67c34982e433ece458289e8f2e22 /README.textile
parent63de788425d1d92e24f0214ceb21e35e277cc50f (diff)
parent746a10368acd38d80cd35c2b97202a9187d58a05 (diff)
downloadzsh-8d18844a4bdcb7e0f2cc3e9be09cf504c001db71.tar.gz
zsh-8d18844a4bdcb7e0f2cc3e9be09cf504c001db71.tar.bz2
zsh-8d18844a4bdcb7e0f2cc3e9be09cf504c001db71.zip
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile
index 8b1b6875a..0659aded8 100644
--- a/README.textile
+++ b/README.textile
@@ -8,7 +8,7 @@ h2. Setup
h3. The automatic installer... (do you trust me?)
-@wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
+@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
@@ -38,7 +38,7 @@ h2. Usage
* enable the plugins you want in your @~/.zshrc@ (take a look at @plugins/@ to see what's possible)
** example: @plugins=(git osx ruby)@
* Theme support: Change the @ZSH_THEME@ environment variable in @~/.zshrc@.
-** Take a look at the "current themes":http://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.
+** Take a look at the "current themes":https://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.
* much much more... take a look at @lib/@ what _Oh My Zsh_ offers...
h2. Useful