feat(zsh): add auto-suggestions plugin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user