mirror of
https://github.com/jimeh/zsh-peco-history.git
synced 2026-02-19 13:36:39 +00:00
Fix typos in requirements list, change http links to https
This commit is contained in:
@@ -18,9 +18,9 @@ snippet from [percol](https://github.com/mooz/percol).
|
||||
## Requirements
|
||||
|
||||
- [peco](https://github.com/peco/peco)
|
||||
- [psh](http://www.zsh.org/)
|
||||
- [zsh](https://www.zsh.org/)
|
||||
- `tac`, or `tail` with support for `-r` option.
|
||||
- `perl`, `awk`, or `uniq` for if de-duplication is turned on.
|
||||
- `perl`, `awk`, or `uniq` if de-duplication is turned on.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -131,4 +131,4 @@ what my `~/.peco/config.json` file looks like:
|
||||
|
||||
## License
|
||||
|
||||
[CC0 1.0 Universal](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||
[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
#
|
||||
# Requirements:
|
||||
# - peco: https://github.com/peco/peco
|
||||
# - zsh: https://www.zsh.org/
|
||||
# - tac, or tail with support for -r option
|
||||
# - perl, awk, or uniq for if de-duplication is turned on
|
||||
# - perl, awk, or uniq if de-duplication is turned on
|
||||
#
|
||||
# Based on: https://github.com/mooz/percol#zsh-history-search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user