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 = {
|
programs = {
|
||||||
# Shells
|
# Shells
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
nushell.enable = true;
|
nushell = {
|
||||||
|
enable = true;
|
||||||
|
configFile.source = ./config.nu;
|
||||||
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
Loading…
Reference in a new issue