Fix typo in README.md (#91)

The plugin line needed to contain "history-substring-search" (not zsh-history-substring-search) to work for me.
This commit is contained in:
Bastian Heist 2018-02-21 19:15:09 +01:00 committed by Suraj N. Kurapati
parent d44159b5e8
commit 47a7d416c6

View file

@ -33,7 +33,7 @@ Using [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh):
2. Activate the plugin in `~/.zshrc`: 2. Activate the plugin in `~/.zshrc`:
plugins=( [plugins...] zsh-history-substring-search) plugins=( [plugins...] history-substring-search)
3. Source `~/.zshrc` to take changes into account: 3. Source `~/.zshrc` to take changes into account: