From 8d0314e0aa49312a18c3569d4e8a59605a698f9b Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 23 Dec 2024 11:23:03 -0500 Subject: [PATCH] disable greeting message --- home/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/fish.nix b/home/fish.nix index f2590d0..1cda73a 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -33,6 +33,10 @@ "gs" = "git status --short"; "gss" = "git status"; }; + + shellInit = '' + set fish_greeting + ''; }; programs.fzf.enableFishIntegration = true;