From f68950a304977c0acd95d36d52ae0f1b1f2d8285 Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 9 Apr 2019 21:06:13 +0900 Subject: [PATCH] edit README.md: use `$ZSH_CUSTOM` if it exists `${ZSH_CUSTOM:=~/.oh-my-zsh/custom}` would use value of `$ZSH_CUSTOM` if it exists. Otherwise it falls back to `~/.oh-my-zsh/custom` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a596c64..ccb6033 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add `antigen bundle zsh-users/zsh-completions` to your `~/.zshrc`. * Clone the repository inside your oh-my-zsh repo: - git clone https://github.com/zsh-users/zsh-completions ~/.oh-my-zsh/custom/plugins/zsh-completions + git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions * Enable it in your `.zshrc` by adding it to your plugin list and reloading the completion: