for partial XDG supporting apps (#523)

calcurse keeps creating new configs at ~/ without these two lines
This commit is contained in:
Hekuran 2020-03-29 12:42:13 +00:00 committed by GitHub
parent bd4d537926
commit 97cd22f7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,3 @@
XDG_DESKTOP_DIR="$HOME/" XDG_DESKTOP_DIR="$HOME/"
XDG_CONFIG_HOME="$HOME/.config"
XDG_DATA_HOME="$HOME/.local/share"