diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-03 20:29:18 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-03 20:29:18 -0700 |
| commit | 9a3e0077ed1344138edf73f8ac56e5aa0e86fde8 (patch) | |
| tree | f51231b1f63a1f3296c5b9e4290b692cd1e1499e | |
| parent | c73a3ee1dc94d54372ed3a7613d831e9fe12dc0b (diff) | |
hide nushell welcome banner
| -rw-r--r-- | resources/nushell/config.nu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/nushell/config.nu b/resources/nushell/config.nu index 87a1231..c87e0d1 100644 --- a/resources/nushell/config.nu +++ b/resources/nushell/config.nu @@ -183,7 +183,7 @@ let light_theme = { # The default config record. This is where much of your global configuration is setup. let-env config = { # true or false to enable or disable the welcome banner at startup - show_banner: true + show_banner: false ls: { use_ls_colors: true # use the LS_COLORS environment variable to colorize output clickable_links: true # enable or disable clickable links. Your terminal has to support links. |
