mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-15 06:11:39 -06:00
banner template, nushell use banner template, disable startup banner
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user