From 6ab42d52feda3f953d7437e8404a6b22eef00d74 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sun, 28 Sep 2025 09:23:08 +0200 Subject: [PATCH] feat(fish): disable fish greeting by default - Added `set fish_greeting` to disable the default greeting in interactive shell initialization. - Simplifies the shell startup experience for users. --- modules/home/cli-apps/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli-apps/fish/default.nix b/modules/home/cli-apps/fish/default.nix index 6581ef7..b30d727 100644 --- a/modules/home/cli-apps/fish/default.nix +++ b/modules/home/cli-apps/fish/default.nix @@ -18,6 +18,7 @@ in programs.fish = { enable = true; interactiveShellInit = '' + set fish_greeting # Disable greeting function msh --wraps mosh --description 'mosh with tmux' if not set -q argv[1] echo 'Usage: msh [user@]host [command]'