mirror of
https://github.com/nushell/nushell.git
synced 2025-04-25 13:48:19 +02:00
Fix let-env in banner (#6795)
This commit is contained in:
parent
f0420c5a6c
commit
f99c002426
@ -605,7 +605,7 @@ It's been this long since {}Nushell{}'s first commit:
|
|||||||
{}You can disable this banner using the {}config nu{}{} command
|
{}You can disable this banner using the {}config nu{}{} command
|
||||||
to modify the config.nu file and setting show_banner to false.
|
to modify the config.nu file and setting show_banner to false.
|
||||||
|
|
||||||
let-env config {{
|
let-env config = {{
|
||||||
show_banner: false
|
show_banner: false
|
||||||
...
|
...
|
||||||
}}{}
|
}}{}
|
||||||
|
Loading…
Reference in New Issue
Block a user