Files
dotfiles/.config/zsh/completions/hydectl.zsh
2025-07-09 15:43:49 +03:00

6 lines
154 B
Bash

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