nushell history isolation

This commit is contained in:
Henrik Bakken
2025-04-11 11:51:50 +02:00
parent 42578aaf97
commit 79b2b508ae
+2 -4
View File
@@ -6,10 +6,8 @@ $env.config = {
vi_normal: block vi_normal: block
} }
history: { history: {
max_size: 100_000 file_format: sqlite
sync_on_enter: true isolation: true
file_format: "plaintext"
isolation: false
} }
keybindings: [ keybindings: [
{ {