File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ mattmc3/ez-compinit
2+ ohmyzsh/ohmyzsh path:lib
3+ ohmyzsh/ohmyzsh path:plugins/rust
4+ ohmyzsh/ohmyzsh path:plugins/colored-man-pages
5+ ohmyzsh/ohmyzsh path:plugins/git
6+ ohmyzsh/ohmyzsh path:plugins/wd
7+ agkozak/zsh-z
8+ zsh-users/zsh-autosuggestions
9+ romkatv/powerlevel10k
Original file line number Diff line number Diff line change @@ -108,23 +108,7 @@ setopt HIST_REDUCE_BLANKS # Remove superfluous blanks before recording en
108108# Antidote managed plugins
109109# see https://antidote.sh/
110110source ~ /antidote.zsh
111- source <( antidote init)
112-
113- antidote bundle mattmc3/ez-compinit # required for completions like antigen did
114-
115- # oh-my-zsh included bundles
116- antidote bundle ohmyzsh/ohmyzsh path:lib
117- antidote bundle ohmyzsh/ohmyzsh path:plugins/rust
118- antidote bundle ohmyzsh/ohmyzsh path:plugins/colored-man-pages
119- # antidote bundle ohmyzsh/ohmyzsh path:plugins/common-aliases
120- antidote bundle ohmyzsh/ohmyzsh path:plugins/git
121- antidote bundle ohmyzsh/ohmyzsh path:plugins/wd
122-
123- # bundles outside of oh-my-zsh
124- # shas listed just in case i need to manually touch it up
125- antidote bundle agkozak/zsh-z # 99f6ee91187ad6469b2cc3858f5a60c68286a1a5
126- antidote bundle zsh-users/zsh-autosuggestions # d43c309f888153d6c46d8b6a3a0186f4148680fd
127- antidote bundle romkatv/powerlevel10k # 1777bd41a68c99963e009c55a0f500396e485d07
111+ antidote load
128112
129113# Disable auto-escaping urls in wget/curl. This actually doesn't work to disable
130114# that behavior, unfortunately 😩. Leaving it for reference
You can’t perform that action at this time.
0 commit comments