Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions book/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ To remove the welcome message, you need to edit your `config.nu` by typing `conf

@[code](@snippets/installation/remove_welcome_message.nu)

> **Warning**
> be careful, the default config file already contains the `show_banner` setting and it is set to `true`.
> leaving the default `show_banner: true` line after your personal `show_banner: false` will not disable the banner.

> **Note**
> throwing a warning or an error for this kind of error is planned in [#8699](https://github.com/nushell/nushell/issues/8699).

## Configuring Nu as a login shell

To use Nu as a login shell, you'll need to configure the `$env` variable. With this, you'll have enough support to run external commands as a login shell.
Expand Down