From 90dac82de117a3aebd9cdfc8aa31dfee54c3acd8 Mon Sep 17 00:00:00 2001 From: jefflance Date: Fri, 29 Jun 2018 02:08:22 +0200 Subject: [PATCH] Update. --- libs/configs/zsh.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libs/configs/zsh.yaml b/libs/configs/zsh.yaml index bb47f4e..28b653d 100644 --- a/libs/configs/zsh.yaml +++ b/libs/configs/zsh.yaml @@ -6,3 +6,11 @@ glob: true force: false path: zsh/custom/* + ~/.oh-my-zsh/custom/plugins/: + glob: true + force: false + path: zsh/custom/plugins/* + ~/.oh-my-zsh/custom/themes/: + glob: true + force: false + path: zsh/custom/themes/*