Merge pull request #44 from davidosomething/omz-dash-naming

stick to dashed plugin name for OMZ install
This commit is contained in:
David O'Trakoun 2016-07-23 12:47:32 -04:00 committed by GitHub
commit d14f3e1ebc

View file

@ -47,9 +47,9 @@ for testing before adding it to your `.zshrc`.
##### [Oh-My-Zsh](http://ohmyz.sh/)
1. `cd ~/.oh-my-zsh/custom/plugins`
1. `git clone git@github.com:paulirish/git-open.git gitopen`
1. Add git-open to your plugin list - edit `~/.zshrc` and change
`plugins=(...)` to `plugins=(... gitopen)`
1. `git clone git@github.com:paulirish/git-open.git`
1. Add `git-open` to your plugin list - edit `~/.zshrc` and change
`plugins=(...)` to `plugins=(... git-open)`
##### [Zgen](https://github.com/tarjoilija/zgen)