mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nushell: disable banner
This commit is contained in:
parent
9b74f8f858
commit
b797e6a1c6
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
{
|
{
|
||||||
home.shell.enableNushellIntegration = true;
|
home.shell.enableNushellIntegration = true;
|
||||||
|
|
||||||
|
programs.nushell = {
|
||||||
|
configFile.text = ''
|
||||||
|
$env.config.show_banner = false
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue