1
1
Fork 0

setup.sh: Set XDG_DATA_HOME and GNUPGHOME

This commit is contained in:
Jonathan Schleifer 2023-04-29 22:31:30 +00:00
parent d94ade8ccc
commit 3fea53979b

View file

@ -15,6 +15,9 @@ link_file() {
fi
}
export XDG_DATA_HOME="$HOME/.local/share"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
mkdir -p $HOME/.config
have cvs && link_file cvsrc .cvsrc
if have fossil; then