AutoYADM commit: 2025-07-09 16:43:01

This commit is contained in:
Daniel Fichtinger 2025-07-09 16:43:01 -04:00
parent 64e3e34132
commit e9c09dbe42
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
$env.config.buffer_editor = "kak"
$env.config.show_banner = false
$env.config.always_trash = true
$env.EDITOR = "kak"

View file

@ -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