From 79b2b508aebf68c59d729378d6882b6dda701409 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 11 Apr 2025 11:51:50 +0200 Subject: [PATCH] nushell history isolation --- nushell/config.nu | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nushell/config.nu b/nushell/config.nu index 03d4138..78dafcf 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -6,10 +6,8 @@ $env.config = { vi_normal: block } history: { - max_size: 100_000 - sync_on_enter: true - file_format: "plaintext" - isolation: false + file_format: sqlite + isolation: true } keybindings: [ {