From 8742fd36a32aecd617d90f74e6e5cf693f430876 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 28 Oct 2024 17:16:43 -0500 Subject: [PATCH] banner template, nushell use banner template, disable startup banner --- home/.chezmoitemplates/banner.tmpl | 1 + home/dot_config/nushell/{config.nu => config.nu.tmpl} | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 home/.chezmoitemplates/banner.tmpl rename home/dot_config/nushell/{config.nu => config.nu.tmpl} (99%) diff --git a/home/.chezmoitemplates/banner.tmpl b/home/.chezmoitemplates/banner.tmpl new file mode 100644 index 0000000..8430b32 --- /dev/null +++ b/home/.chezmoitemplates/banner.tmpl @@ -0,0 +1 @@ +Note: This file is managed and generated by Chezmoi! Edit the source file! \ No newline at end of file diff --git a/home/dot_config/nushell/config.nu b/home/dot_config/nushell/config.nu.tmpl similarity index 99% rename from home/dot_config/nushell/config.nu rename to home/dot_config/nushell/config.nu.tmpl index a16e302..a68359f 100644 --- a/home/dot_config/nushell/config.nu +++ b/home/dot_config/nushell/config.nu.tmpl @@ -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