Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Jul 4, 2024
1 parent a4838a6 commit 77553cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,26 @@ zinit load denilsonsa/prettyping
zinit ice as"completion"
zinit snippet https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker

# lib from Oy My Zsh
zinit snippet OMZL::completion.zsh
zinit snippet OMZL::spectrum.zsh
zinit snippet OMZL::history.zsh

# plugins from Oy My Zsh
zinit wait lucid for \
OMZP::colorize \
OMZP::command-not-found \
OMZP::dotenv \
OMZP::extract
# OMZP::fzf

# plugins from Prezto: relative order is important
# TODO: move necessary parts to zshrc
zinit snippet PZT::modules/helper
zinit snippet PZT::modules/gnu-utility
zinit snippet PZT::modules/utility
zinit snippet PZT::modules/completion


### End - zinit Config

Expand Down

0 comments on commit 77553cb

Please sign in to comment.