remove nushell banner

This commit is contained in:
insects 2024-11-06 16:52:46 +01:00
parent 371296340b
commit ce1f7d6169

View file

@ -30,6 +30,10 @@ $env.PATH = (
| uniq | uniq
) )
$env.config = {
show_banner: false,
}
# Use nushell functions to define your right and left prompt # Use nushell functions to define your right and left prompt
$env.PROMPT_COMMAND = {|| create_left_prompt } $env.PROMPT_COMMAND = {|| create_left_prompt }
# FIXME: This default is not implemented in rust code as of 2023-09-08. # FIXME: This default is not implemented in rust code as of 2023-09-08.