shells/fish,nushell: disable greetings
This commit is contained in:
parent
7cf43db45a
commit
4c38c9b2b4
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
{ ... }: {
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
$env.config = {
|
||||
show_banner: false
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue