From 9273909b6ea7954fea139e8fcd4852f87769ea5b Mon Sep 17 00:00:00 2001 From: ds6 Date: Sun, 25 Feb 2018 05:40:30 -0600 Subject: [PATCH] remove pointless chmod from install.sh private things were removed from Xresources and split from .zshenv to .zshenv.local long ago --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 985717b..3586b93 100755 --- a/install.sh +++ b/install.sh @@ -8,9 +8,6 @@ if [ 0 -eq 1 ]; then alias unlink="echo unlink" fi -#fix permissions from git (TODO: should probably move this to git hook) -chmod go= base/.zshenv base/.Xresources - #create preferred folder structure cd "$HOME" mkdir -p bin etc share .urxvt/ext > /dev/null 2>&1 -- 2.47.0