]> git.sev.monster Git - dotfiles.git/commitdiff
remove pointless chmod from install.sh
authords6 <git@ds6.pw>
Sun, 25 Feb 2018 11:40:30 +0000 (05:40 -0600)
committerds6 <git@ds6.pw>
Sun, 25 Feb 2018 11:40:30 +0000 (05:40 -0600)
private things were removed from Xresources and split from .zshenv to
.zshenv.local long ago

install.sh

index 985717b406c00acd2ffe65ee4153b91aaded9a3c..3586b93a6fdb3c7d038ccf94b3d89488f909e9cc 100755 (executable)
@@ -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
This page took 0.035196 seconds and 4 git commands to generate.