Merge pull request #10 from red-avtovo/patch-1

Provided default value in ZSH_CUSTOM
This commit is contained in:
2020-12-24 16:56:00 +00:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ snippet from [percol](https://github.com/mooz/percol).
`~/.oh-my-zsh/custom/plugins`)
```sh
git clone https://github.com/jimeh/zsh-peco-history.git $ZSH_CUSTOM/plugins/zsh-peco-history
git clone https://github.com/jimeh/zsh-peco-history.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-peco-history
```
2. Add the plugin to the list of plugins for Oh My Zsh to load: