Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 788 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 788 Bytes

A Zsh plugin that enhances your command-line experience with Peco, i.e. providing quick directory navigation and history search.

Current Supported Features

  • Quick directory navigation
  • Enhanced history search

Installation

Manual

curl -fsSL https://raw.githubusercontent.com/MoeBensu/zsh-some-peco/master/install.sh | sh

Plugin Manager

Add one of the following lines to your .zshrc depending on your preferred zsh plugin manager:

Using a Zsh Plugin Manager

wip

Antigen

antigen bundle MoeBensu/zsh-some-peco

zinit

antigen bundle MoeBensu/zsh-some-peco

zplug

zplug "MoeBensu/zsh-peco-some"

After installation, you would need to reload your shell or run:

source ~/.zshrc

Settings

wip