setup.sh: Set XDG_DATA_HOME and GNUPGHOME
This commit is contained in:
parent
d94ade8ccc
commit
3fea53979b
1 changed files with 3 additions and 0 deletions
3
setup.sh
3
setup.sh
|
@ -15,6 +15,9 @@ link_file() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
|
||||||
|
|
||||||
mkdir -p $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
have cvs && link_file cvsrc .cvsrc
|
have cvs && link_file cvsrc .cvsrc
|
||||||
if have fossil; then
|
if have fossil; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue