ENH don't save prompt history (which will complain if the cache dir doesn't exist)

This commit is contained in:
Nathan Dwarshuis 2022-07-09 23:54:14 -04:00
parent 7ed8b28636
commit 1f74f8100a
1 changed files with 1 additions and 0 deletions

View File

@ -193,4 +193,5 @@ promptTheme fb = P.def
, P.promptBorderWidth = 1
, P.height = 35
, P.position = P.CenteredAt 0.5 0.5
, P.historySize = 0
}