Remove annoying greeting

This commit is contained in:
Zuckerberg 2022-04-06 20:13:12 -04:00
parent dfc66651ab
commit 74c7f696d8

View File

@ -59,4 +59,7 @@
nix.gc.automatic = true; nix.gc.automatic = true;
programs.fish.enable = true; programs.fish.enable = true;
programs.fish.shellInit = ''
set fish_greeting
'';
} }