From cbff1feafd557378f2f8d3cc3f37d94303bcd8bc Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 Apr 2016 15:02:27 +0100 Subject: [PATCH] Tweak readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6a9bef..48dd81a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # zsh-peco-history -Search shell `history` with [peco][] when pressing ctrl+r. +Search shell history with [peco][] when pressing ctrl+r. -Based on: https://github.com/mooz/percol#zsh-history-search +Based on [zsh-history-search](https://github.com/mooz/percol#zsh-history-search) +snippet from [percol](https://github.com/mooz/percol). ![screenshot](https://github.com/jimeh/zsh-peco-history/raw/master/screenshot.png) ## Requirements -- [Peco][]. -- [Zsh][]. +- [Peco][] +- [Zsh][] [zsh]: http://www.zsh.org/ [peco]: https://github.com/peco/peco @@ -48,6 +49,16 @@ Based on: https://github.com/mooz/percol#zsh-history-search 3. Start a new terminal session. +### [Zplug](https://github.com/b4b4r07/zplug) + +1. Add a zplug definition for zsh-peco-history to your `.zshrc`: + + ```sh + zplug "jimeh/zsh-peco-history" + ``` + +2. Start a new terminal session. + ### [Antigen](https://github.com/zsh-users/antigen) 1. Add a antigen bundle definition for zsh-peco-history to your `.zshrc`: