Skip to content

Commit

Permalink
fix docker completion snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Jan 5, 2024
1 parent d71dad0 commit 70ef9ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zsh/main
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ zinit load direnv/direnv

zinit wait lucid for agkozak/zsh-z

zinit wait lucid as'completion' for OMZ::plugins/docker/_docker
zinit wait lucid as'completion' for \
OMZ::plugins/docker/completions/_docker \
OMZ::plugins/fd/_fd
zinit wait lucid for \
OMZP::docker-compose \
OMZP::git \
OMZP::kubectl \
OMZP::poetry \
OMZP::python \
OMZP::pip
OMZP::pip \
OMZP::yarn

zinit ice wait lucid from'gh-r' as'program' pick'delta*/delta'
zinit load dandavison/delta
Expand Down

0 comments on commit 70ef9ac

Please sign in to comment.