From 20f28a128ef7de106604eb3fddcaac8e20ae60c9 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 19 Oct 2019 21:54:38 -0400 Subject: [PATCH] fix directory permissions --- init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.sh b/init.sh index 966c634..6f09744 100755 --- a/init.sh +++ b/init.sh @@ -32,6 +32,8 @@ cp "$HOME/stevset/mc" "$HOME/.config/mc" #setup prezto echo "Initializing Prezto" zsh prezto.zsh +#fix permissions to avoid compaudit flag +chmod -R go-w ~/.zprezto #set new shell echo "Set new shell to zsh"