summaryrefslogtreecommitdiff
path: root/sqlite3
AgeCommit message (Collapse)AuthorFilesLines
2024-05-22sqlite3: use default XDG config directoryHEADtrunkLibravatar Terin Stock1-0/+47
The XDG documentation states the default of `$HOME/.config` should be used when `$XDG_CONFIG_HOME` is unset or empty. This changeset modifies the shell startup to query this location if the environment variable is not being set to another value.