mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 05:38:20 +02:00
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
|
$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
|
||||||
|
Loading…
Reference in New Issue
Block a user