From 4a6dbe67fa06de377e3bad950df87139aecd8cdc Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 12 Oct 2025 20:34:22 +0800 Subject: [PATCH] feat(fish): Remove fastfetch from greeting function --- home/modules/programs/fish.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/modules/programs/fish.nix b/home/modules/programs/fish.nix index ccd6be3..d7a8252 100644 --- a/home/modules/programs/fish.nix +++ b/home/modules/programs/fish.nix @@ -38,9 +38,7 @@ in onEvent = "fish_command_not_found"; }; fish_greeting = { - body = '' - fastfetch - ''; + body = ''''; }; }; shellInitLast = # fish