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