Disable nushell banner
This commit is contained in:
parent
84571a0643
commit
991eb97f8f
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ let-env config = {
|
|||
use_ansi_coloring: true
|
||||
edit_mode: vi # emacs, vi
|
||||
shell_integration: true # enables terminal markers and a workaround to arrow keys stop working issue
|
||||
show_banner: true # true or false to enable or disable the banner
|
||||
show_banner: false # true or false to enable or disable the banner
|
||||
render_right_prompt_on_last_line: false # true or false to enable or disable right prompt to be rendered on last line of the prompt.
|
||||
hooks: {
|
||||
pre_prompt: [{
|
||||
|
|
Loading…
Reference in a new issue