Merge pull request #5564 from kirelagin/zsh-completion
zsh: profile-relative functions path
This commit is contained in:
commit
72e65ac543
@ -105,6 +105,10 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.profileRelativeEnvVars =
|
||||||
|
{ FPATH = [ "/share/zsh/site-functions" ];
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc."zshenv".text =
|
environment.etc."zshenv".text =
|
||||||
''
|
''
|
||||||
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
|
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
|
||||||
|
Loading…
Reference in New Issue
Block a user