This commit is contained in:
Eric Freese 2016-02-05 15:14:08 -07:00
commit 775dd20706
58 changed files with 8564 additions and 739 deletions

10
src/start.zsh Normal file
View file

@ -0,0 +1,10 @@
#-------#
# Start #
#-------#
# Start the autosuggestion widgets
autosuggest_start() {
_zsh_autosuggest_check_deprecated_config
_zsh_autosuggest_bind_widgets
}