remove nushell banner
This commit is contained in:
parent
371296340b
commit
ce1f7d6169
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ $env.PATH = (
|
|||
| uniq
|
||||
)
|
||||
|
||||
$env.config = {
|
||||
show_banner: false,
|
||||
}
|
||||
|
||||
# Use nushell functions to define your right and left prompt
|
||||
$env.PROMPT_COMMAND = {|| create_left_prompt }
|
||||
# FIXME: This default is not implemented in rust code as of 2023-09-08.
|
||||
|
|
Loading…
Add table
Reference in a new issue