Skip to content

Commit

Permalink
Supress welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
shusann01116 committed Apr 13, 2024
1 parent 415c0e7 commit b0ec8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ let fish_completer = {|spans|

# The default config record. This is where much of your global configuration is setup.
$env.config = {
show_banner: true # true or false to enable or disable the welcome banner at startup
show_banner: false # true or false to enable or disable the welcome banner at startup

ls: {
use_ls_colors: true # use the LS_COLORS environment variable to colorize output
Expand Down

0 comments on commit b0ec8b3

Please sign in to comment.