add a new welcome banner to nushell (#6163)

* add a new welcome banner to nushell

* remove top line

* tweaked colors and wording

* changed to dimmed white

* removed a comment

* make config nu stand out a little

* fix type-o
This commit is contained in:
Darren Schroeder
2022-07-29 12:50:12 -05:00
committed by GitHub
parent 767201c40d
commit 7a820b1304
5 changed files with 149 additions and 2 deletions

View File

@ -257,7 +257,6 @@ let-env config = {
case_sensitive_completions: false # set to true to enable case-sensitive completions
enable_external_completion: true # set to false to prevent nushell looking into $env.PATH to find more suggestions, `false` recommended for WSL users as this look up my be very slow
max_external_completion_results: 100 # setting it lower can improve completion performance at the cost of omitting some options
# A strategy of managing table view in case of limited space.
table_trim: {
methodology: wrapping, # truncating
@ -266,6 +265,7 @@ let-env config = {
# A suffix which will be used with 'truncating' methodology
# truncating_suffix: "..."
}
show_banner: true # true or false to enable or disable the banner
hooks: {
pre_prompt: [{