A Zsh plugin that enhances your command-line experience with Peco, i.e. providing quick directory navigation and history search.
- Quick directory navigation
- Enhanced history search
curl -fsSL https://raw.githubusercontent.com/MoeBensu/zsh-some-peco/master/install.sh | sh
Add one of the following lines to your .zshrc
depending on your preferred zsh plugin manager:
wip
antigen bundle MoeBensu/zsh-some-peco
antigen bundle MoeBensu/zsh-some-peco
zplug "MoeBensu/zsh-peco-some"
After installation, you would need to reload your shell or run:
source ~/.zshrc
wip