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