mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-07 16:06:57 -06:00
banner template, nushell use banner template, disable startup banner
This commit is contained in:
1
home/.chezmoitemplates/banner.tmpl
Normal file
1
home/.chezmoitemplates/banner.tmpl
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Note: This file is managed and generated by Chezmoi! Edit the source file!
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# {{ template "banner.tmpl" .}}
|
||||||
# Nushell Config File
|
# Nushell Config File
|
||||||
#
|
#
|
||||||
# version = "0.98.0"
|
# 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.
|
# The default config record. This is where much of your global configuration is setup.
|
||||||
$env.config = {
|
$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: {
|
ls: {
|
||||||
use_ls_colors: true # use the LS_COLORS environment variable to colorize output
|
use_ls_colors: true # use the LS_COLORS environment variable to colorize output
|
||||||
Reference in New Issue
Block a user