Skip to content

Commit

Permalink
Add broot zsh gen-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lainiwa committed Feb 13, 2022
1 parent 71f9cd2 commit 0f7b486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/zsh/other/zpm_functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f7b486

Please sign in to comment.