forked from extern/nushell
update default_config.nu with display_output (#7146)
Added a default display_output hook to help people know about this feature.
This commit is contained in:
parent
7098e56ccf
commit
8e4b85e29b
@ -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
|
||||
}]
|
||||
}
|
||||
display_output: {
|
||||
$nothing
|
||||
}
|
||||
}
|
||||
menus: [
|
||||
# Configuration for default nushell menus
|
||||
|
Loading…
Reference in New Issue
Block a user