zsh-autosuggestions/src/start.zsh

11 lines
164 B
Bash
Raw Normal View History

2016-02-05 23:14:08 +01:00
#-------#
# Start #
#-------#
# Start the autosuggestion widgets
autosuggest_start() {
_zsh_autosuggest_check_deprecated_config
_zsh_autosuggest_bind_widgets
}