diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 79283c6a..4784b825 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -12,7 +12,7 @@ let 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/ |