diff --git a/moduler/common/fish.nix b/moduler/common/fish.nix index d793069..f8c84a6 100644 --- a/moduler/common/fish.nix +++ b/moduler/common/fish.nix @@ -42,7 +42,6 @@ ls="exa -lag --header"; }; interactiveShellInit = '' - ${pkgs.any-nix-shell}/bin/any-nix-shell fish --info-right | source set fish_greeting # Disable greeting ''; };