diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-22 15:38:47 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-22 15:38:47 -0700 |
commit | fff49ae523f99ed0ad09f951d3826b5022dc38fd (patch) | |
tree | e2dcc3c5f5358e686f673387555b3bcd6d18e11b | |
parent | d4e907bf141cf558cb643c41e8a86d708bb1e274 (diff) | |
parent | 071d0d68ec1a7f883c10529fda47630dcc3f5afe (diff) | |
download | zsh-fff49ae523f99ed0ad09f951d3826b5022dc38fd.tar.gz zsh-fff49ae523f99ed0ad09f951d3826b5022dc38fd.tar.bz2 zsh-fff49ae523f99ed0ad09f951d3826b5022dc38fd.zip |
Merge pull request #990 from tommorris/master
README should have link to wiki for plugins
-rw-r--r-- | README.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile index c808fb5d7..4325c91eb 100644 --- a/README.textile +++ b/README.textile @@ -59,7 +59,7 @@ If you installed manually or changed the install location, check ZSH in ~/.zshrc 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_. |