zsh-autosuggestions/src/setup.zsh

11 lines
373 B
Bash
Raw Normal View History

2016-07-19 21:04:18 -06:00
#--------------------------------------------------------------------#
# Setup #
#--------------------------------------------------------------------#
# Precmd hooks for initializing the library and starting pty's
autoload -Uz add-zsh-hook
# Asynchronous suggestions are generated in a pty
zmodload zsh/zpty