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 = {