From 0fd1e62bd9b5f125139087afdb82d3be21c54b51 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 25 May 2026 21:40:07 -0500 Subject: Disable fish greeting --- modules/home/christian.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/christian.nix b/modules/home/christian.nix index a0907ab..64403dc 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -43,6 +43,7 @@ programs.fish = { enable = true; + interactiveShellInit = "set -g fish_greeting"; }; programs.zoxide = { -- cgit v1.2.3