dev: automated commit - 2025-10-27 19:42:38
This commit is contained in:
parent
9462eda5e2
commit
83437f5901
4 changed files with 307 additions and 46 deletions
|
|
@ -17,34 +17,30 @@ for completion_file in ~/.local/share/zsh/*-autocomplete.zsh(N); do
|
|||
fi
|
||||
done
|
||||
|
||||
if command -v eza &> /dev/null; then
|
||||
if command -v eza &> /dev/null; then
|
||||
compdef _ls eza
|
||||
fi
|
||||
|
||||
if command -v kubefwd &> /dev/null; then
|
||||
if command -v kubefwd &> /dev/null; then
|
||||
_lazy_load_completion kubefwd "kubefwd completion zsh"
|
||||
fi
|
||||
|
||||
if command -v bombadil &> /dev/null; then
|
||||
if command -v bombadil &> /dev/null; then
|
||||
_lazy_load_completion bombadil "bombadil generate-completions zsh"
|
||||
fi
|
||||
|
||||
if command -v rop &> /dev/null; then
|
||||
if command -v rop &> /dev/null; then
|
||||
eval "$(rop completion zsh)"
|
||||
fi
|
||||
|
||||
if command -v goq &> /dev/null; then
|
||||
if command -v goq &> /dev/null; then
|
||||
eval "$(goq completion zsh)"
|
||||
fi
|
||||
|
||||
if command -v drop &> /dev/null; then
|
||||
if command -v drop &> /dev/null; then
|
||||
eval "$(drop completion zsh)"
|
||||
fi
|
||||
|
||||
if command -v mora &> /dev/null; then
|
||||
eval "$(mora completion zsh)"
|
||||
fi
|
||||
|
||||
_lazy_load() {
|
||||
local cmd="$1"
|
||||
local loader="$2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue