aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjjangga0214 <jjangga@kookmin.ac.kr>2019-04-09 21:06:13 +0900
committerGitHub <noreply@github.com>2019-04-09 21:06:13 +0900
commitf68950a304977c0acd95d36d52ae0f1b1f2d8285 (patch)
tree8d1fcff8aa2419f3c018b20a45f234dd30af50be /README.md
parentMerge pull request #615 from jheidbrink/master (diff)
downloadzsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar.gz
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar.bz2
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar.lz
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar.xz
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.tar.zst
zsh-completions-f68950a304977c0acd95d36d52ae0f1b1f2d8285.zip
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`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: