fastfetch: fix bash and zsh completion

This commit is contained in:
aleksana
2025-06-23 10:13:37 +08:00
parent 251fec3a26
commit e0bfbb4ff7
+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 =