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