From 29434cd76e0794a3f253b227fd1a09c4d3a681fa Mon Sep 17 00:00:00 2001 From: Felix Mosheev Date: Thu, 21 Dec 2017 17:36:23 +0200 Subject: [PATCH] One liner install for oh-my-zsh --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7df5691..d5ee34b 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ for testing before adding it to your `.zshrc`. #### [Oh-My-Zsh](http://ohmyz.sh/) -1. `cd ~/.oh-my-zsh/custom/plugins` -1. `git clone https://github.com/paulirish/git-open.git` +1. `git clone https://github.com/paulirish/git-open.git $ZSH_CUSTOM/plugins/git-open` 1. Add `git-open` to your plugin list - edit `~/.zshrc` and change `plugins=(...)` to `plugins=(... git-open)`