Files
zsh-autosuggestions/src/start.zsh
Eric Freese 775dd20706 Rewrite
2016-02-06 21:05:02 -07:00

11 lines
164 B
Bash

#-------#
# Start #
#-------#
# Start the autosuggestion widgets
autosuggest_start() {
_zsh_autosuggest_check_deprecated_config
_zsh_autosuggest_bind_widgets
}