Add missing / in ~/.zshrc

This commit is contained in:
Joe Block 2016-07-11 16:45:30 -07:00
parent 7b800bcbc0
commit baffcda135

View file

@ -38,7 +38,7 @@ Antigen will handle cloning the plugin for you automatically the next time you s
1. `cd ~/.oh-my-zsh/custom/plugins`
2. `git clone git@github.com:paulirish/git-open.git gitopen`
3. Add git-open to your plugin list - edit `~.zshrc` and change `plugins=(...)` to `plugins=(... gitopen)`
3. Add git-open to your plugin list - edit `~/.zshrc` and change `plugins=(...)` to `plugins=(... gitopen)`
### [Zgen](https://github.com/tarjoilija/zgen)