Remove nushell banner

This commit is contained in:
Nathan McCarty 2024-11-29 05:03:16 +00:00
parent c5fc6e4804
commit bf10f9ad67

View file

@ -147,7 +147,7 @@ let light_theme = {
# The default config record. This is where much of your global configuration is setup.
$env.config = {
show_banner: true # true or false to enable or disable the welcome banner at startup
show_banner: false # true or false to enable or disable the welcome banner at startup
ls: {
use_ls_colors: true # use the LS_COLORS environment variable to colorize output