mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-07 07:40:45 +01:00
Rewrite
This commit is contained in:
10
src/start.zsh
Normal file
10
src/start.zsh
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#-------#
|
||||
# Start #
|
||||
#-------#
|
||||
|
||||
# Start the autosuggestion widgets
|
||||
autosuggest_start() {
|
||||
_zsh_autosuggest_check_deprecated_config
|
||||
_zsh_autosuggest_bind_widgets
|
||||
}
|
||||
Reference in New Issue
Block a user