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;