nu: Remove startup banner

Now that we can see at a glance which shell we are running with a
starship shell indicator, we don't need the huge nushell startup banner
anymore.
This commit is contained in:
Marty Oehme 2025-10-18 12:58:43 +02:00
parent 7f2520ece5
commit 51fd5b51c7
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -9,7 +9,7 @@
#
# This file is loaded after env.nu and before login.nu
#
$env.config.show_banner = true # TODO: FOR TESTING PURPOSES
$env.config.show_banner = false # TODO: FOR TESTING PURPOSES
$env.config.edit_mode = "vi"
$env.config.buffer_editor = "nvim"