summaryrefslogtreecommitdiff
path: root/sqlite3
AgeCommit message (Collapse)AuthorFilesLines
2025-11-06sqlite: drop patchesLibravatar Terin Stock1-47/+0
Support for using $XDG_CONFIG_HOME was added to upstream sqlite!
2024-05-22sqlite3: use default XDG config directoryLibravatar 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.