From 2982a2f1a18066538ee77d295c990f3f17b7266d Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 22 Oct 2022 20:17:45 +0000 Subject: [PATCH] setup.sh: Set fossil autosync to pullonly --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1fe3e18..0b48187 100755 --- a/setup.sh +++ b/setup.sh @@ -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