summaryrefslogtreecommitdiffstatshomepage
path: root/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-05 10:36:30 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-05 10:36:30 -0500
commitef4ec79dabbdfe65d9691caf7e11dac616ab8f36 (patch)
tree42e6ade886c085f99ac5acbd3657c542ab42f27e /zshrc
parentbef6cd33cf9b5dbaa7ee9393d12f850eb7de68a7 (diff)
perf: moved antigen setup to antigenrc, improves cache performance
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc13
1 files changed, 1 insertions, 12 deletions
diff --git a/zshrc b/zshrc
index c80c6a1..6e007be 100644
--- a/zshrc
+++ b/zshrc
@@ -12,15 +12,4 @@ source $DOTFILES/zsh/aliases.zsh
source $DOTFILES/zsh/keybindings.zsh
[ -n "${WSL_DISTRO_NAME+1}" ] && source $DOTFILES/zsh/wsl.zsh
-antigen use oh-my-zsh
-antigen bundle git
-antigen bundle fzf
-antigen bundle dotnet
-antigen bundle docker
-antigen bundle command-not-found
-antigen bundle wakeonlan
-antigen bundle zsh-users/zsh-syntax-highlighting
-antigen bundle zsh-users/zsh-autosuggestions
-antigen bundle memark/zsh-dotnet-completion
-antigen theme romkatv/powerlevel10k.git
-antigen apply
+antigen init $DOTFILES/antigenrc