fix: remove unneeded and error generating shellInit

This commit is contained in:
Ranomier 2025-05-08 20:28:47 +02:00
parent a1028c3b30
commit 39d8a66fcf

View file

@ -3,9 +3,6 @@
fish = {
enable = true;
useBabelfish = true;
shellInit = ''
starship init fish | source
'';
};
nix-index.enableFishIntegration = true;
direnv.enableFishIntegration = true;