From 3cb4b585162f28e0653058a95c9b664593e263ec Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Jul 2024 20:15:48 +0200 Subject: better history --- share/home.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/share/home.nix b/share/home.nix index d1a6ee6..672c150 100644 --- a/share/home.nix +++ b/share/home.nix @@ -9,12 +9,17 @@ # shell config extraConfig = '' - $env.config = { + $env.config = { + history: { + max_size: 100_000 + file_format: "sqlite" + isolation: true + } table: { - mode: none - } - } - ''; + mode: none + } + } + ''; # aliases shellAliases = { -- cgit v1.2.3