From 3a2c76ac433ba89b938a9fdcf2144f90c692ee9e Mon Sep 17 00:00:00 2001 From: Cads Oakley Date: Fri, 17 Jun 2016 11:11:52 -0700 Subject: [PATCH] Fixed Readme for zsh install - does not need the .plugins.zsh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c6245..cd3c35d 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ If you're using [oh-my-zsh](github.com/robbyrussell/oh-my-zsh): 2. Clone the repository into a new `bitbucket-git-helpers` directory: - `git clone https://github.com/unixorn/bitbucket-git-helpers.plugin.zsh.git bitbucket-git-helpers.plugin.zsh` + `git clone https://github.com/unixorn/bitbucket-git-helpers.plugin.zsh.git bitbucket-git-helpers` -3. Edit your `~/.zshrc` and add `bitbucket-git-helpers.plugin.zsh` – same as clone directory – to the list of plugins to enable: +3. Edit your `~/.zshrc` and add `bitbucket-git-helpers` – same as clone directory – to the list of plugins to enable: `plugins=( ... bitbucket-git-helpers.plugin.zsh )`