hide banner
This commit is contained in:
parent
828b3d3736
commit
6371708441
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue