Browse Source

Update history-substring-search README

This Change remove the .zsh on the plugin activate example, cause with the .zsh at the end the plugin won't be activated
Matheus Cruz Rocha 10 years ago
parent
commit
6bec3c6719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/history-substring-search/README.markdown

+ 1 - 1
plugins/history-substring-search/README.markdown

@@ -1,6 +1,6 @@
 To activate this script, please include it the `plugins` variable within `~/.zshrc`
 
-  `plugins=(git history-substring-search.zsh)`
+  `plugins=(git history-substring-search)`
 
 See the "history-substring-search.zsh" file for more information: