Check if hcloud exists before sourcing completion
This commit is contained in:
parent
521b293653
commit
849bba82e6
|
@ -224,4 +224,4 @@ function lecicon() (
|
||||||
# Completion
|
# Completion
|
||||||
|
|
||||||
## hcloud
|
## hcloud
|
||||||
source <(hcloud completion zsh)
|
command -v hcloud >/dev/null && source <(hcloud completion zsh)
|
||||||
|
|
Reference in a new issue