diff options
author | Tom Morris <tom@tommorris.org> | 2012-03-05 11:55:30 +0000 |
---|---|---|
committer | Phil Eichinger <phil@zankapfel.net> | 2014-03-25 16:47:57 +0100 |
commit | c70fcd6f972473f1b0948143407656f4e58a3119 (patch) | |
tree | e2dcc3c5f5358e686f673387555b3bcd6d18e11b | |
parent | 95ffb167a1f7420b37ba74a4067d33ef6a71f3c5 (diff) | |
download | zsh-c70fcd6f972473f1b0948143407656f4e58a3119.tar.gz zsh-c70fcd6f972473f1b0948143407656f4e58a3119.tar.bz2 zsh-c70fcd6f972473f1b0948143407656f4e58a3119.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.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_. |