hide banner

This commit is contained in:
Michael Zhang 2024-05-29 18:24:23 -05:00
parent 828b3d3736
commit 6371708441

View file

@ -145,7 +145,7 @@ let light_theme = {
# 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
@ -913,4 +913,4 @@ alias grbc = git rebase --continue
alias grm = git rm
alias grmc = git rm --cached
alias gsh = git show
alias gst = git status
alias gst = git status