[Bastian Venthur] > however, it does not look in XDG_CONFIG_HOME at all. You can verify with > > ``` > strace -f -t -e trace=file sqlite3 > ```
Sure enough. % echo | XDG_CONFIG_HOME=/tmp strace -f -t -e trace=file sqlite3 2>&1 |grep /tmp % -- Happy hacking Petter Reinholdtsen