From 92b52d1de16d9bd2a3004f891de375e433f84da9 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 28 Apr 2021 19:54:59 -0500 Subject: fix: fixed cache issue --- zshrc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index e2d854b..1374090 100644 --- a/zshrc +++ b/zshrc @@ -18,4 +18,17 @@ source $ZSH_BASE/zsh/prompt.zsh source $ZSH_BASE/zsh/aliases.zsh source $ZSH_BASE/zsh/keybindings.zsh [ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh -source $ZSH_BASE/zsh/antigen.zsh + +antigen use oh-my-zsh +antigen bundle git +antigen bundle fzf +antigen bundle dotnet +antigen bundle docker +antigen bundle docker-compose +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 \ No newline at end of file -- cgit v1.2.3-70-g09d2