From afc14f79ccf608078eec4f893bf9da188ae166da Mon Sep 17 00:00:00 2001 From: babaorum Date: Mon, 16 Apr 2018 22:37:54 +0200 Subject: [PATCH] make Oh my zsh install works without ZSH_CUSTOM defined --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6ae1e..65e414a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Requirements: Zsh v4.3.11 or later 1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`) ```sh - git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions + git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ``` 2. Add the plugin to the list of plugins for Oh My Zsh to load: