Skip to content
Open

Typo? #170

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Using [Zinit](https://github.com/zdharma-continuum/zinit):

2. Load the plugin in `~/.zshrc`:

zinit load 'zsh-users/zsh-history-substring-search
zinit ice wait atload'_history_substring_search_config'
zinit load 'zsh-users/zsh-history-substring-searchf
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
zinit load 'zsh-users/zsh-history-substring-searchf
zinit load zsh-users/zsh-history-substring-search

zinit ice wait atload '_history_substring_search_config'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a typo, I believe - zinit requires there to be no space (they're supposed to be named-arguments, though as an argument parsing scheme it seems kinda risky :)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct, zinit ice wait atload'_history_substring_search_config' is the correct invocation (or rather it works)


3. Run `exec zsh` to take changes into account:

Expand Down