From e9c09dbe42f6ef4c36c1885dffd0e281d18970b4 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 9 Jul 2025 16:43:01 -0400 Subject: [PATCH] AutoYADM commit: 2025-07-09 16:43:01 --- .config/nushell/config.nu | 4 ++++ .config/nushell/history.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .config/nushell/config.nu diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu new file mode 100644 index 00000000..99aab1aa --- /dev/null +++ b/.config/nushell/config.nu @@ -0,0 +1,4 @@ +$env.config.buffer_editor = "kak" +$env.config.show_banner = false +$env.config.always_trash = true +$env.EDITOR = "kak" diff --git a/.config/nushell/history.txt b/.config/nushell/history.txt index 1ddb4d7a..a8e9c669 100644 --- a/.config/nushell/history.txt +++ b/.config/nushell/history.txt @@ -97,3 +97,7 @@ http get https://api.github.com/repos/nushell/nushell/contributors let form = (http get https://api.github.com/repos/nushell/nushell/contributors) $form $form | select login contributions +$env.config.buffer_editor = kak +$env.config.buffer_editor = "kak" +clear +config nu --doc | nu-highlight | less -R