From 991eb97f8fc4cca0d3cfc80110410c4a66ffac8a Mon Sep 17 00:00:00 2001 From: DustVoice Date: Wed, 7 Dec 2022 09:08:39 +0100 Subject: [PATCH] Disable nushell banner --- .config/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index d37fb54..9118200 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -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: [{