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.