From d12918041f5609821e21b794198e2602e6018cab Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 19 Dec 2023 19:57:35 +0000
Subject: [PATCH] Changed pip-upgrade command for new pip version

---
 zsh/DICT |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zsh/DICT b/zsh/DICT
index 30f9b21..65ea53d 100644
--- a/zsh/DICT
+++ b/zsh/DICT
@@ -1,6 +1,6 @@
 DEPS="all-shells"
-FILES="zshrc p10k.zsh antigen zprofile"
-LOCATIONS="${HOME}/.zshrc ${HOME}/.zsh/p10k.zsh ${HOME}/.zsh/antigen ${HOME}/.zprofile"
+FILES="zshrc p10k.zsh antidote zprofile zsh_plugins.txt"
+LOCATIONS="${HOME}/.zshrc ${HOME}/.zsh/p10k.zsh ${HOME}/.zsh/antidote ${HOME}/.zprofile ${HOME}/.zsh/zsh_plugins.txt"
 custom() {
 	git submodule update --init
 }

--
Gitblit v1.9.3