First pass at async functionality

This commit is contained in:
Eric Freese 2016-07-19 21:04:18 -06:00
commit ab8f295225
9 changed files with 191 additions and 55 deletions

View file

@ -9,5 +9,4 @@ _zsh_autosuggest_start() {
_zsh_autosuggest_bind_widgets
}
autoload -Uz add-zsh-hook
add-zsh-hook precmd _zsh_autosuggest_start