update HyDE

This commit is contained in:
2025-07-09 15:43:49 +03:00
parent 9ba08481e3
commit d6a70ecd95
19 changed files with 8319 additions and 149 deletions

View File

@@ -0,0 +1,4 @@
# Ctrl-R fzf completio
if command -v fzf &>/dev/null; then
eval "$(fzf --zsh)"
fi

View File

@@ -0,0 +1,5 @@
# hydectl tab completion
if command -v hydectl &>/dev/null; then
compdef _hydectl hydectl
eval "$(hydectl completion zsh)"
fi