zsh: Remove completions
This commit is contained in:
parent
79c3942c73
commit
6a406cb9e4
|
@ -218,13 +218,3 @@ function audacious-hack() (
|
||||||
done|sort -Vd|tr '\n' '\0'|xargs -0 -- audacious --enqueue
|
done|sort -Vd|tr '\n' '\0'|xargs -0 -- audacious --enqueue
|
||||||
audacious --play
|
audacious --play
|
||||||
)
|
)
|
||||||
|
|
||||||
# Completion
|
|
||||||
autoload -U bashcompinit
|
|
||||||
bashcompinit
|
|
||||||
|
|
||||||
## hcloud
|
|
||||||
command -v hcloud >/dev/null && source <(hcloud completion zsh)
|
|
||||||
|
|
||||||
## poetry
|
|
||||||
command -v poetry >/dev/null && ([ -e ~/.zfunc/_poetry ] || poetry completions zsh > ~/.zfunc/_poetry)
|
|
||||||
|
|
Reference in a new issue