diff options
author | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-27 10:28:55 -0700 |
---|---|---|
committer | Suraj N. Kurapati <sunaku@gmail.com> | 2011-07-27 10:28:55 -0700 |
commit | fd732eb3ff4984ddc9109e950cf7ceb472cb9824 (patch) | |
tree | 60724823da7d6711f0d2efe43f4d8ae20e98b1e7 /README | |
parent | 3350c2298f6e0b629c8efe9821262a093f975fd3 (diff) | |
download | zsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.tar.gz zsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.tar.bz2 zsh-fd732eb3ff4984ddc9109e950cf7ceb472cb9824.zip |
move history-substring-search* files into plugins/
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README deleted file mode 100644 index be11adf76..000000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -To activate this script, load it into an interactive ZSH session: - - % source history-substring-search.zsh - -See the "history-substring-search.zsh" file for more information: - - % sed -n '2,/^$/s/^#//p' history-substring-search.zsh | more |