diff --git a/share/home.nix b/share/home.nix index 0ba6872..6435985 100644 --- a/share/home.nix +++ b/share/home.nix @@ -9,17 +9,12 @@ # shell config extraConfig = '' - $env.config = { - history: { - max_size: 100_000 - file_format: "sqlite" - isolation: true - } + $env.config = { table: { - mode: none - } - } - ''; + mode: none + } + } + ''; # aliases shellAliases = {