From c9e382706a64ca841b76625ca2f998d3bb47efc8 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 7 Oct 2014 12:31:50 +0200 Subject: [PATCH] Add tarruda/zsh-autosuggestions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a100ff..87d1fb0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ These frameworks make customizing your zsh setup easier. * [voronkovich/mysql.plugin.zsh](https://github.com/voronkovich/mysql.plugin.zsh) - Adds some functions for dealing with mysql * [zsh-users/zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - Needs to be loaded after zsh-syntax-highlighting. You'll also need to bind keys to its functions, details are in the README.md * [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Add syntax highlighting to your zsh. Make sure you load this _before_ zsh-users/zsh-history-substring-search or they will both break +* [tarruda/zsh-autosuggestions](https://github.com/tarruda/zsh-autosuggestions) - [Fish](http://fishshell.com/)-like fast/unobtrusive autosuggestions for zsh. # Even more completions * [zsh-users/zsh-completions](https://github.com/zsh-users/zsh-completions) is a collection of extra completions for zsh. To use it, add `antigen bundle zsh-users/zsh-completions src` to your .zshrc