mirror of
https://github.com/jimeh/zsh-peco-history.git
synced 2026-02-18 21:26:39 +00:00
Merge pull request #10 from red-avtovo/patch-1
Provided default value in ZSH_CUSTOM
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user