From 0b23e6fc0cbcab656bf0fe2b7415106cb1d03b30 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Tue, 21 May 2024 09:42:57 +0200 Subject: [PATCH] Removed any-shell thingy --- moduler/common/fish.nix | 1 - 1 file changed, 1 deletion(-) 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 ''; };