From ae93cb9febef234957d1aa1a19c324422bf433b4 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 18 Nov 2024 09:10:11 -0700 Subject: [PATCH] Add `MoeBensu/zsh-some-peco` Add `MoeBensu/zsh-some-peco` now that https://github.com/MoeBensu/zsh-some-peco/issues/1 is closed Signed-off-by: Joe Block --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc2b693..a83f544 100755 --- a/README.md +++ b/README.md @@ -1268,6 +1268,7 @@ Here are a few good sources for Nerd Fonts and Powerline-compatible fonts: - [path-ethic](https://github.com/sha1n/path-ethic) - Helps manage your `$PATH` quickly and easily. Doesn't touch your existing `.zshrc`, `.zprofile`, but adds on top of your existing environment instead. - [pctl](https://github.com/ytet5uy4/pctl) - Toggle the environment variables for proxying. - [peco-history](https://github.com/jimeh/zsh-peco-history) - Search shell history with Peco when pressing `ctrl+R`. +- [peco](https://github.com/MoeBensu/zsh-some-peco/) - Enhances your command-line experience with [peco](https://github.com/peco/peco) i.e. providing quick directory navigation and history search. - [penmux](https://github.com/mfulz/zsh-penmux) - A session manager plugin meant to be used for penetration testing sessions and tracking the terminal sessions to be used in reports. - [pentest](https://github.com/jhwohlgemuth/oh-my-zsh-pentest-plugin) - Aliases and functions for the lazy penetration tester. - [per-directory-history](https://github.com/jimhester/per-directory-history) - Per directory history for ZSH, as well as global history, and the ability to toggle between them with `^G`.