Skip to content

Commit 8d51b09

Browse files
committed
fix antigen bundle loading
load times goes from ~400ms to ~170ms, not perfect but much better.
1 parent a0a56ae commit 8d51b09

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

zsh/.zsh_plugins.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

zsh/.zshrc

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff 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/
110110
source ~/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

0 commit comments

Comments
 (0)