Merge pull request #2 from Yokai/fixReadMe

Fixed Readme for zsh install - does not need the .plugins.zsh
This commit is contained in:
Joe Block
2016-06-17 12:56:42 -07:00
committed by GitHub

View File

@@ -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 )`