From c82601eba174c96d5684abc8501dff9b703a84c5 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig <Zynh0722@gmail.com> Date: Mon, 3 Mar 2025 23:53:29 -0800 Subject: [PATCH] fish: disable any-nix-shell --- home/modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 3113b68..6577311 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -45,7 +45,7 @@ in interactiveShellInit = lib.concatStringsSep "\n" [ (builtins.readFile "${inputs.fish_theme}/fish_prompt.fish") (builtins.readFile ../fish/config.fish) - "${lib.getExe pkgs.any-nix-shell} fish --info-right | source" + # "${lib.getExe pkgs.any-nix-shell} fish --info-right | source" ]; };