From ef76ed7af12915a1718a3ca2d1e64edcae7267a2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 14 Jan 2025 19:39:50 +0100 Subject: [PATCH] shell/fishinit.nix: add pay-respects init hook --- modules/user/shell/fishinit.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/user/shell/fishinit.nix b/modules/user/shell/fishinit.nix index d7d5fa3..6ced947 100644 --- a/modules/user/shell/fishinit.nix +++ b/modules/user/shell/fishinit.nix @@ -9,7 +9,9 @@ pkgs.writeText "config.fish" '' ${pkgs.zoxide}/bin/zoxide init fish | source ${pkgs.starship}/bin/starship init fish | source ${pkgs.direnv}/bin/direnv hook fish | source + ${pkgs.pay-respects}/bin/pay-respects fish --alias | source + source ${./config.fish}