Add initial config.nu that disables startup banner
This commit is contained in:
parent
806ca8085c
commit
972a3ce0c9
1
system/home/shell/config.nu
Normal file
1
system/home/shell/config.nu
Normal file
|
@ -0,0 +1 @@
|
|||
$env.config.show_banner = false
|
|
@ -24,7 +24,10 @@
|
|||
programs = {
|
||||
# Shells
|
||||
bash.enable = true;
|
||||
nushell.enable = true;
|
||||
nushell = {
|
||||
enable = true;
|
||||
configFile.source = ./config.nu;
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Reference in a new issue