1
1
Fork 0

setup.sh: Set fossil autosync to pullonly

This commit is contained in:
Jonathan Schleifer 2022-10-22 20:17:45 +00:00
parent bb49c3b2e8
commit 2982a2f1a1

View file

@ -21,7 +21,7 @@ have fish && link_file fish .config/fish ../
if have fossil; then
echo "Setting global fossil settings…"
fossil set --global autosync 0
fossil set --global autosync pullonly
fossil set --global editor 'vim -c "se ft=gitcommit"'
fossil set --global mv-rm-files 1