From 0f7b4865a0596a395902346c1b9ca570f6e7cb80 Mon Sep 17 00:00:00 2001 From: lainiwa Date: Sun, 13 Feb 2022 04:12:39 +0300 Subject: [PATCH] Add broot zsh gen-plugin --- config/zsh/other/zpm_functions.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zsh/other/zpm_functions.zsh b/config/zsh/other/zpm_functions.zsh index ada866f..ce484f5 100644 --- a/config/zsh/other/zpm_functions.zsh +++ b/config/zsh/other/zpm_functions.zsh @@ -114,6 +114,7 @@ requirements() { (( ${+commands[aws_completer]} )) && <<< @empty/aws,gen-plugin:"<<<'complete -C =aws_completer aws'" (( ${+commands[dircolors]} )) && <<< @empty/dircolors,gen-plugin:"dircolors --bourne-shell <(${GH}/trapd00r/LS_COLORS/master/LS_COLORS)" (( ${+commands[git-town]} )) && <<< @empty/git-town,gen-plugin:"git-town completions zsh" + (( ${+commands[broot]} )) && <<< @empty/broot,gen-plugin:"broot --print-shell-function zsh" (( ${+commands[pip]} )) && <<< @empty/pip,gen-plugin:"pip completion --zsh" (( ${+commands[pip3]} )) && <<< @empty/pip3,gen-plugin:"pip3 completion --zsh" (( ${+commands[pyenv]} )) && <<< @empty/pyenv,gen-plugin:"pyenv init - --no-rehash"