Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify how to open ~/.zshrc file in README.md
  • Loading branch information
landtanin authored and mcornella committed Nov 2, 2016
1 parent 0ee89d9 commit 8092495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 8092495

Please sign in to comment.