update HyDE
This commit is contained in:
5
.config/zsh/completions/hydectl.zsh
Normal file
5
.config/zsh/completions/hydectl.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
# hydectl tab completion
|
||||
if command -v hydectl &>/dev/null; then
|
||||
compdef _hydectl hydectl
|
||||
eval "$(hydectl completion zsh)"
|
||||
fi
|
Reference in New Issue
Block a user