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