1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-25 05:38:20 +02:00

update default_config.nu with display_output ()

Added a default display_output hook to help people know about this feature.
This commit is contained in:
Darren Schroeder 2022-11-16 18:08:09 -06:00 committed by GitHub
parent 7098e56ccf
commit 8e4b85e29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,6 +292,9 @@ let-env config = {
$nothing # replace with source code to run if the PWD environment is different since the last repl input $nothing # replace with source code to run if the PWD environment is different since the last repl input
}] }]
} }
display_output: {
$nothing
}
} }
menus: [ menus: [
# Configuration for default nushell menus # Configuration for default nushell menus