diff options
Diffstat (limited to 'sqlite3.1')
-rw-r--r-- | sqlite3.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |