[ZSH] Add completion rehash

This commit is contained in:
Fabian Ising
2025-08-04 11:47:52 +02:00
committed by murgi
parent a06b25c883
commit 689412b474

View File

@@ -33,7 +33,10 @@ fi
#zstyle ':omz:plugins:docker' legacy-completion yes #zstyle ':omz:plugins:docker' legacy-completion yes
zstyle ':completion:*:ssh:*' hosts off zstyle ':completion:*:ssh:*' hosts off
zstyle ':completion:*:scp:*' hosts off
# Run rehash for external commands
zstyle ":completion:*:commands" rehash 1
# source antidote and load plugins from `${ZDOTDIR:-~}/.zsh_plugins.txt` # source antidote and load plugins from `${ZDOTDIR:-~}/.zsh_plugins.txt`
source ${ZDOTDIR:-~}/.antidote/antidote.zsh source ${ZDOTDIR:-~}/.antidote/antidote.zsh
antidote load ${plugins_txt} ${static_file} antidote load ${plugins_txt} ${static_file}