zsh: profile-relative functions path

This is needed mostly for autocompletion.
This commit is contained in:
Kirill Elagin 2015-01-04 02:02:59 +03:00
parent 6b8b0fd544
commit 766207ca1d

View File

@ -105,6 +105,10 @@ in
};
environment.profileRelativeEnvVars =
{ FPATH = [ "/share/zsh/site-functions" ];
};
environment.etc."zshenv".text =
''
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.