mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
Restrict config.show_banner
to valid options (#15985)
This commit is contained in:
committed by
GitHub
parent
70aa7ad993
commit
cde8a629c5
@ -70,7 +70,10 @@ $env.config.history.isolation = true
|
||||
# Miscellaneous Settings
|
||||
# ----------------------
|
||||
|
||||
# show_banner (bool): Enable or disable the welcome banner at startup
|
||||
# show_banner (bool|string): Enable or disable the welcome banner at startup
|
||||
# true | "full": show the full banner
|
||||
# "short": just show the start-up time
|
||||
# false | "none": don't show a banner
|
||||
$env.config.show_banner = true
|
||||
|
||||
# rm.always_trash (bool):
|
||||
|
Reference in New Issue
Block a user