From 683c766b22eb92dce5ac0b72cdf3c620413d9055 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Dec 2022 04:11:19 -0500 Subject: [PATCH] remove history --- nushell/.config/nushell/config.nu | 2 +- nushell/.config/nushell/history.txt | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/nushell/.config/nushell/config.nu b/nushell/.config/nushell/config.nu index b420e12..654496f 100644 --- a/nushell/.config/nushell/config.nu +++ b/nushell/.config/nushell/config.nu @@ -264,7 +264,7 @@ let-env config = { } } history: { - max_size: 10000 # Session has to be reloaded for this to take effect + max_size: 0 # 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 4b44af8..e69de29 100644 --- a/nushell/.config/nushell/history.txt +++ b/nushell/.config/nushell/history.txt @@ -1,15 +0,0 @@ -history --clear -cd -cd .config/ -cd -cd dots/ -cd nushell/ -ls -cd .config/ -ls -cd nushell/ -ls -mv .gitignore ~/dots/ -cd -cd dots/ -rm -rf .gitignore