From 3cddebee1162a39e989748090add63074dda7234 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 1 Jun 2022 12:57:12 +0200 Subject: [PATCH] fix zsh plugins dir permissions plugins --- bundles/zsh/items.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/zsh/items.py b/bundles/zsh/items.py index f964334..12990a2 100644 --- a/bundles/zsh/items.py +++ b/bundles/zsh/items.py @@ -2,8 +2,8 @@ from os.path import join directories = { '/etc/zsh/oh-my-zsh': {}, - '/etc/zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions': { - 'mode': '644', + '/etc/zsh/oh-my-zsh/custom/plugins': { + 'mode': '0755', 'needs': [ f"git_deploy:/etc/zsh/oh-my-zsh", ]