feat(zsh): add auto-suggestions plugin

This commit is contained in:
2024-08-01 09:01:08 +02:00
parent 1aa763a80c
commit 7ab475c799
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
zsh-users/zsh-completions
zsh-users/zsh-autosuggestions
zsh-users/zsh-syntax-highlighting # leave this last
+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"