zsh: fix zcompile with non-zsh files
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -12,7 +12,7 @@ inherit (attrs) src; name = "zsh-plugin-${attrs.name}"; buildInputs = [ pkgs.zsh ]; buildPhase = '' - zsh -c 'for f in **/*; zcompile "$f"' + zsh -c 'for f in **/*.zsh; zcompile "$f"' ''; installPhase = '' cp -a $PWD $out/