summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-11-06 09:28:42 -0700
committerTuowen Zhao <ztuowen@gmail.com>2016-11-06 09:28:42 -0700
commitcd03efc2e5abc2925a0fe4e17f900bae0858b451 (patch)
tree8cbfca99a7a93008ccce68b2444009d4c1b59971 /README.md
parentc24de867a4d036af486fdaa77b0fcccb148e2b98 (diff)
parent0b340bc3a5c58609a07987b296f773eaea17b274 (diff)
downloadzsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.tar.gz
zsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.tar.bz2
zsh-cd03efc2e5abc2925a0fe4e17f900bae0858b451.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0e39f4c55..eecde1551 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@ Oh My Zsh comes with a shit load of plugins to take advantage of. You can take a
#### Enabling Plugins
-If you spot a plugin (or several) that you would like to use with Oh My Zsh, you will need to edit the `~/.zshrc` file. Once you open it with your favorite editor, you'll see a spot to list all the plugins that you'd like Oh My Zsh to load on initialization.
+Once you spot a plugin (or several) that you'd like to use with Oh My Zsh, you'll need to enable them in the `.zshrc` file. You'll find the zshrc file in your `$HOME` directory. Open it with your favorite text editor and you'll see a spot to list all the plugins you want to load.
-For example, this line might begin to look like...
+For example, this line might begin to look like this:
```shell
plugins=(git bundler osx rake ruby)