mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
Merge pull request #44 from davidosomething/omz-dash-naming
stick to dashed plugin name for OMZ install
This commit is contained in:
commit
d14f3e1ebc
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue