Disable nushell banner

This commit is contained in:
Warren Hood 2023-04-22 23:43:40 +02:00
parent fdb46eeec5
commit 887dd01a5f

View file

@ -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.