ENH don't save prompt history (which will complain if the cache dir doesn't exist)
This commit is contained in:
parent
7ed8b28636
commit
1f74f8100a
|
@ -193,4 +193,5 @@ promptTheme fb = P.def
|
||||||
, P.promptBorderWidth = 1
|
, P.promptBorderWidth = 1
|
||||||
, P.height = 35
|
, P.height = 35
|
||||||
, P.position = P.CenteredAt 0.5 0.5
|
, P.position = P.CenteredAt 0.5 0.5
|
||||||
|
, P.historySize = 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue