Skip to content

Typo? #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Typo? #170

wants to merge 1 commit into from

Conversation

aljustiet
Copy link

No description provided.

@@ -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 load 'zsh-users/zsh-history-substring-search
zinit ice wait atload'_history_substring_search_config'
zinit load 'zsh-users/zsh-history-substring-searchf
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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants