.dotfiles/.config/zsh/completions/hydectl.zsh
2026-01-18 21:08:16 -07:00

6 lines
154 B
Bash

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