setup.sh: Set fossil autosync to pullonly
This commit is contained in:
parent
bb49c3b2e8
commit
2982a2f1a1
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -21,7 +21,7 @@ have fish && link_file fish .config/fish ../
|
||||||
if have fossil; then
|
if have fossil; then
|
||||||
echo "Setting global fossil settings…"
|
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 editor 'vim -c "se ft=gitcommit"'
|
||||||
fossil set --global mv-rm-files 1
|
fossil set --global mv-rm-files 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue