From 1f74f8100ac38e0f3d1e07d4b5542008b7a75160 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 9 Jul 2022 23:54:14 -0400 Subject: [PATCH] ENH don't save prompt history (which will complain if the cache dir doesn't exist) --- lib/XMonad/Internal/Theme.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/XMonad/Internal/Theme.hs b/lib/XMonad/Internal/Theme.hs index 24ca508..377142b 100644 --- a/lib/XMonad/Internal/Theme.hs +++ b/lib/XMonad/Internal/Theme.hs @@ -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 }