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"