Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -21,10 +21,11 @@ mkdir -p $HOME/.config have cvs && link_file cvsrc .cvsrc if have fossil; then echo "Setting global fossil settingsā€¦" + fossil unset autosync fossil set --global autosync 0 fossil set --global editor 'vim -c "se ft=gitcommit"' fossil set --global mv-rm-files 1 if have gpg2; then