nu: Remove startup banner
Now that we can see at a glance which shell we are running with a starship shell indicator, we don't need the huge nushell startup banner anymore.
This commit is contained in:
parent
7f2520ece5
commit
51fd5b51c7
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# This file is loaded after env.nu and before login.nu
|
# This file is loaded after env.nu and before login.nu
|
||||||
#
|
#
|
||||||
$env.config.show_banner = true # TODO: FOR TESTING PURPOSES
|
$env.config.show_banner = false # TODO: FOR TESTING PURPOSES
|
||||||
|
|
||||||
$env.config.edit_mode = "vi"
|
$env.config.edit_mode = "vi"
|
||||||
$env.config.buffer_editor = "nvim"
|
$env.config.buffer_editor = "nvim"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue