summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/nushell/config.nu2
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.