banner template, nushell use banner template, disable startup banner

This commit is contained in:
2024-10-28 17:16:43 -05:00
parent 2bc53c94f6
commit 8742fd36a3
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1 @@
Note: This file is managed and generated by Chezmoi! Edit the source file!

View File

@@ -1,3 +1,4 @@
# {{ template "banner.tmpl" .}}
# Nushell Config File
#
# version = "0.98.0"
@@ -147,7 +148,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