Disable nushell banner

This commit is contained in:
David Holland 2022-12-07 09:08:39 +01:00
parent 84571a0643
commit 991eb97f8f
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ let-env config = {
use_ansi_coloring: true
edit_mode: vi # emacs, vi
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
show_banner: true # true or false to enable or disable the banner
show_banner: false # true or false to enable or disable the banner
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
hooks: {
pre_prompt: [{