Add initial config.nu that disables startup banner

This commit is contained in:
Evie Litherland-Smith 2025-01-29 08:15:09 +00:00
parent 806ca8085c
commit 972a3ce0c9
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
$env.config.show_banner = false

View file

@ -24,7 +24,10 @@
programs = {
# Shells
bash.enable = true;
nushell.enable = true;
nushell = {
enable = true;
configFile.source = ./config.nu;
};
zsh = {
enable = true;
enableCompletion = true;