fastfetch: fix bash and zsh completion (#419145)

This commit is contained in:
Austin Horstman
2025-06-22 22:16:18 -05:00
committed by GitHub
+1 -1
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 =