From 74c7f696d84ad8d9ae610b8f6188e5bf4c8913a2 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 6 Apr 2022 20:13:12 -0400 Subject: [PATCH] Remove annoying greeting --- common/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/default.nix b/common/default.nix index a52e5d7..2bad15e 100644 --- a/common/default.nix +++ b/common/default.nix @@ -59,4 +59,7 @@ nix.gc.automatic = true; programs.fish.enable = true; + programs.fish.shellInit = '' + set fish_greeting + ''; }