mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
11 lines
164 B
Bash
11 lines
164 B
Bash
|
|
||
|
#-------#
|
||
|
# Start #
|
||
|
#-------#
|
||
|
|
||
|
# Start the autosuggestion widgets
|
||
|
autosuggest_start() {
|
||
|
_zsh_autosuggest_check_deprecated_config
|
||
|
_zsh_autosuggest_bind_widgets
|
||
|
}
|