You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/alex/.zsh/zsh-histdb/histdb-migrate:8: bad math expression: illegal character: ^"
Parse error near line 10: near "1": syntax error
──────────────┐ │ 1+max(session) │ ├──
My full ~/.sqliterc:
.headers on
.mode box
.timer on
I believe you can avoid this by executing SQLite with -init:
$ sqlite -init /dev/null
-- Loading resources from /dev/null
SQLite version 3.46.0 2024-05-23 13:25:27
Enter ".help" for usage hints.
sqlite>
The text was updated successfully, but these errors were encountered:
Having
.mode box
in~/.sqliterc
breaks histdb:My full
~/.sqliterc
:I believe you can avoid this by executing SQLite with
-init
:The text was updated successfully, but these errors were encountered: