zsh-autosuggestions/src/setup.zsh

11 lines
373 B
Bash
Raw Normal View History

2016-07-20 05:04:18 +02: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