Skip to content

Commit 47a7d41

Browse files
beheistsunaku
authored andcommitted
Fix typo in README.md (#91)
The plugin line needed to contain "history-substring-search" (not zsh-history-substring-search) to work for me.
1 parent d44159b commit 47a7d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
3333

3434
2. Activate the plugin in `~/.zshrc`:
3535

36-
plugins=( [plugins...] zsh-history-substring-search)
36+
plugins=( [plugins...] history-substring-search)
3737

3838
3. Source `~/.zshrc` to take changes into account:
3939

0 commit comments

Comments
 (0)