diff options
author | Tanin Rojanapiansatith <sp_land@hotmail.com> | 2016-10-21 00:35:55 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-11-02 10:45:54 +0100 |
commit | 80924959c4f41bcebe7b7c667f2d7489bf8fcb74 (patch) | |
tree | f3b38a412e0dea6a544e228c05d3253eac3c3858 /README.md | |
parent | 0ee89d965ecaa4f32cf2d1039e9d84a73eb206cf (diff) | |
download | zsh-80924959c4f41bcebe7b7c667f2d7489bf8fcb74.tar.gz zsh-80924959c4f41bcebe7b7c667f2d7489bf8fcb74.tar.bz2 zsh-80924959c4f41bcebe7b7c667f2d7489bf8fcb74.zip |
Clarify how to open ~/.zshrc file in README.md
Closes #5558
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |