From baffcda1350a70b574b61874377fd71b0dee8fa7 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 11 Jul 2016 16:45:30 -0700 Subject: [PATCH] Add missing `/` in `~/.zshrc` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beea6ee..b010e50 100644 --- a/README.md +++ b/README.md @@ -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)