Fix zsh z plugin script path

This commit is contained in:
teutat3s 2022-10-24 15:29:12 +02:00
parent 574deec44c
commit c0f991010f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -44,7 +44,7 @@ in
{
# will source ohmyzsh/plugins/z/
name = "zsh-plugins-z";
file = "plugins/z/z.sh";
file = "plugins/z/z.plugin.zsh";
src = pkgs.sources.ohmyzsh.src;
}
{