diff options
| author | jjangga0214 <jjangga@kookmin.ac.kr> | 2019-04-09 21:06:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 21:06:13 +0900 |
| commit | f68950a304977c0acd95d36d52ae0f1b1f2d8285 (patch) | |
| tree | 8d1fcff8aa2419f3c018b20a45f234dd30af50be /README.md | |
| parent | Merge pull request #615 from jheidbrink/master (diff) | |
| download | zsh-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
