summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2012-03-05 11:55:30 +0000
committerTom Morris <tom@tommorris.org>2012-03-05 11:55:30 +0000
commit071d0d68ec1a7f883c10529fda47630dcc3f5afe (patch)
tree9c0007e6de598222f96f5e53f7d76b0ecbc17f40
parent1120f973054836eeb53750f57d69fbec41a340dc (diff)
downloadzsh-071d0d68ec1a7f883c10529fda47630dcc3f5afe.tar.gz
zsh-071d0d68ec1a7f883c10529fda47630dcc3f5afe.tar.bz2
zsh-071d0d68ec1a7f883c10529fda47630dcc3f5afe.zip
Added link to wiki page for plugins to README.
The wiki is more readable than going to the plugins directory.
-rw-r--r--README.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile
index bf6776665..64dbc96e9 100644
--- a/README.textile
+++ b/README.textile
@@ -43,7 +43,7 @@ You _might_ need to modify your PATH in ~/.zshrc if you're not able to find some
h2. Usage
-* enable the plugins you want in your @~/.zshrc@ (take a look at @plugins/@ to see what's possible)
+* enable the plugins you want in your @~/.zshrc@ (take a look at the @plugins/@ directory and the "wiki":https://github.com/robbyrussell/oh-my-zsh/wiki/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":https://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_.