From 39d8a66fcfcced674e61abf95b12231d373daa2a Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Thu, 8 May 2025 20:28:47 +0200 Subject: [PATCH] fix: remove unneeded and error generating shellInit --- modules/software/shells/fish.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/software/shells/fish.nix b/modules/software/shells/fish.nix index 1d8a994..638cb80 100644 --- a/modules/software/shells/fish.nix +++ b/modules/software/shells/fish.nix @@ -3,9 +3,6 @@ fish = { enable = true; useBabelfish = true; - shellInit = '' - starship init fish | source - ''; }; nix-index.enableFishIntegration = true; direnv.enableFishIntegration = true;