From 507b7143c4adb2b3f4bb4ee4b12749fba7a4672e Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Dec 2022 04:12:54 -0500 Subject: [PATCH] 0 was a bad idea --- nushell/.config/nushell/config.nu | 2 +- nushell/.config/nushell/history.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nushell/.config/nushell/config.nu b/nushell/.config/nushell/config.nu index 654496f..54dfd5a 100644 --- a/nushell/.config/nushell/config.nu +++ b/nushell/.config/nushell/config.nu @@ -264,7 +264,7 @@ let-env config = { } } history: { - max_size: 0 # Session has to be reloaded for this to take effect + max_size: 1 # Session has to be reloaded for this to take effect sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file file_format: "plaintext" # "sqlite" or "plaintext" } diff --git a/nushell/.config/nushell/history.txt b/nushell/.config/nushell/history.txt index e69de29..f95b898 100644 --- a/nushell/.config/nushell/history.txt +++ b/nushell/.config/nushell/history.txt @@ -0,0 +1 @@ +lazygit