feat(zsh): add auto-suggestions plugin

This commit is contained in:
Oscar Wallberg
2024-08-01 09:01:08 +02:00
parent a239deb66f
commit 7b764c23b9
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -86,6 +86,9 @@ source "${_here}/completion"
# Plugins #
###########
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
export ZSH_AUTOSUGGEST_MANUAL_REBIND=true
_antidote="${_cache_dir}/antidote"
_plugins="${_here}/plugins"
_plugins_cache="${_cache_dir}/plugins"