[Backport release-25.05] fastfetch: fix bash and zsh completion (#419150)

This commit is contained in:
Austin Horstman
2025-06-22 22:33:15 -05:00
committed by GitHub

View File

@@ -245,7 +245,7 @@ stdenv.mkDerivation (finalAttrs: {
];
postPatch = ''
substituteInPlace completions/fastfetch.fish --replace-fail python3 '${python3.interpreter}'
substituteInPlace completions/fastfetch.{bash,fish,zsh} --replace-fail python3 '${python3.interpreter}'
'';
postInstall =