configs  Diff

Differences From Artifact [7c71664bf0]:

To Artifact [0aa3678ce6]:


19
20
21
22
23
24
25

26
27
28
29
30
31
32
export GNUPGHOME="$XDG_DATA_HOME/gnupg"

mkdir -p $HOME/.config
have cvs && link_file cvsrc .cvsrc
if have fossil; then
	echo "Setting global fossil settingsā€¦"


	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
		gpg="gpg2"
	elif have gpg; then







>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
export GNUPGHOME="$XDG_DATA_HOME/gnupg"

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
		gpg="gpg2"
	elif have gpg; then