fix directory permissions

This commit is contained in:
Stefen Auris 2019-10-19 21:54:38 -04:00 committed by GitHub
parent 52de536714
commit 20f28a128e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"