From 9a3769ee00edb7900178886421fc0cb12e8389ac Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Thu, 9 Feb 2023 14:54:39 -0500 Subject: [PATCH] fixed omz not being able to update --- meta/configs/oh-my-zsh.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/configs/oh-my-zsh.yaml b/meta/configs/oh-my-zsh.yaml index 77579ce..a44326b 100644 --- a/meta/configs/oh-my-zsh.yaml +++ b/meta/configs/oh-my-zsh.yaml @@ -1,6 +1,9 @@ - shell: - [bin/oh-my-zsh-check.sh] - link: - ~/.oh-my-zsh/custom: - path: shells/oh-my-zsh/custom + ~/.oh-my-zsh/custom/plugins: + path: shells/oh-my-zsh/custom/plugins + force: true + ~/.oh-my-zsh/custom/themes: + path: shells/oh-my-zsh/custom/themes force: true