Skip to content

Commit

Permalink
Add yandex tooling completions
Browse files Browse the repository at this point in the history
  • Loading branch information
lainiwa committed Mar 3, 2022
1 parent 355f15f commit 85dce04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/zsh/other/zpm_functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ requirements() {
# <<< @empty/hledger,gen-completion:"${GH}/simonmichael/hledger/master/hledger/shell-completion/hledger-completion.bash"
# Generate completions
(( ${+commands[arc]} )) && <<< @empty/arc,gen-completion:"arc completion zsh"
(( ${+commands[ya]} )) && <<< @empty/ya,gen-completion:"ya completion --zsh; cat ~/.ya.completion/zsh/_ya; rm -rf ~/.ya.completion/zsh"
(( ${+commands[k0s]} )) && <<< @empty/k0s,gen-completion:"k0s completion zsh"
(( ${+commands[k0sctl]} )) && <<< @empty/k0sctl,gen-completion:"k0sctl completion zsh"
(( ${+commands[hcloud]} )) && <<< @empty/hcloud,gen-completion:"hcloud completion zsh"
Expand Down

0 comments on commit 85dce04

Please sign in to comment.