AutoYADM commit: 2025-07-09 16:43:01
This commit is contained in:
parent
64e3e34132
commit
e9c09dbe42
2 changed files with 8 additions and 0 deletions
4
.config/nushell/config.nu
Normal file
4
.config/nushell/config.nu
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
$env.config.buffer_editor = "kak"
|
||||||
|
$env.config.show_banner = false
|
||||||
|
$env.config.always_trash = true
|
||||||
|
$env.EDITOR = "kak"
|
|
@ -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)
|
let form = (http get https://api.github.com/repos/nushell/nushell/contributors)
|
||||||
$form
|
$form
|
||||||
$form | select login contributions
|
$form | select login contributions
|
||||||
|
$env.config.buffer_editor = kak
|
||||||
|
$env.config.buffer_editor = "kak"
|
||||||
|
clear
|
||||||
|
config nu --doc | nu-highlight | less -R
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue