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
+1
View File
@@ -1,2 +1,3 @@
zsh-users/zsh-completions zsh-users/zsh-completions
zsh-users/zsh-autosuggestions
zsh-users/zsh-syntax-highlighting # leave this last zsh-users/zsh-syntax-highlighting # leave this last
+3
View File
@@ -86,6 +86,9 @@ source "${_here}/completion"
# Plugins # # Plugins #
########### ###########
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
export ZSH_AUTOSUGGEST_MANUAL_REBIND=true
_antidote="${_cache_dir}/antidote" _antidote="${_cache_dir}/antidote"
_plugins="${_here}/plugins" _plugins="${_here}/plugins"
_plugins_cache="${_cache_dir}/plugins" _plugins_cache="${_cache_dir}/plugins"