From e9bf3e7a17e54f07478b1a21814f20bc9a2e87e8 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 13 Nov 2023 10:02:08 +0100 Subject: [PATCH] Set isolation --- nushell/config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/nushell/config.nu b/nushell/config.nu index b2abf8a..946de15 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -14,6 +14,7 @@ $env.config.use_grid_icons = false $env.config.cursor_shape.emacs = block $env.config.history.max_size = 1_000_000_000_000_000 $env.config.history.file_format = "sqlite" +$env.config.history.isolation = true $env.config.filesize.metric = false $env.config.table.mode = light