fish: disable any-nix-shell

This commit is contained in:
Zynh Ludwig 2025-03-03 23:53:29 -08:00
parent 7040301860
commit c82601eba1

View file

@ -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"
];
};