From 887dd01a5f9cb59ba218bc207f60fcdc6713f0cc Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Sat, 22 Apr 2023 23:43:40 +0200 Subject: [PATCH] Disable nushell banner --- nushell/.config/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nushell/.config/nushell/config.nu b/nushell/.config/nushell/config.nu index 6d0f2e4..d23eb9a 100644 --- a/nushell/.config/nushell/config.nu +++ b/nushell/.config/nushell/config.nu @@ -183,7 +183,7 @@ let light_theme = { # The default config record. This is where much of your global configuration is setup. let-env config = { # true or false to enable or disable the welcome banner at startup - show_banner: true + show_banner: false ls: { use_ls_colors: true # use the LS_COLORS environment variable to colorize output clickable_links: true # enable or disable clickable links. Your terminal has to support links.