Fix zsh z plugin script path
This commit is contained in:
parent
574deec44c
commit
c0f991010f
|
@ -44,7 +44,7 @@ in
|
||||||
{
|
{
|
||||||
# will source ohmyzsh/plugins/z/
|
# will source ohmyzsh/plugins/z/
|
||||||
name = "zsh-plugins-z";
|
name = "zsh-plugins-z";
|
||||||
file = "plugins/z/z.sh";
|
file = "plugins/z/z.plugin.zsh";
|
||||||
src = pkgs.sources.ohmyzsh.src;
|
src = pkgs.sources.ohmyzsh.src;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue