Simple Guide to Install zsh-history-substring-search

What is “zsh-history-substring-search” Package?

Zsh port of Fish shell’s history search
For more details: https://github.com/zsh-users/zsh-history-substring-search

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install zsh-history-substring-search.
    brew install zsh-history-substring-search

Now, use zsh-history-substring-search!