aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.1
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.1')
-rw-r--r--sqlite3.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3.1 b/sqlite3.1
index 3332a164b..e4ba5a0cb 100644
--- a/sqlite3.1
+++ b/sqlite3.1
@@ -140,7 +140,7 @@ continue prompt = " ...> "
o If the environment variable XDG_CONFIG_HOME is set then
.B ${XDG_CONFIG_HOME}/sqlite3/sqliterc
is checked, else
-.B ~/.local/config/sqlite3/sqliterc
+.B ~/.config/sqlite3/sqliterc
is checked. If the selected file does not exist then the fallback of
.B ~/.sqliterc
is used. It should generally only contain meta-commands.