Merge pull request #5564 from kirelagin/zsh-completion

zsh: profile-relative functions path
This commit is contained in:
Arseniy Seroka 2015-01-04 04:33:57 +03:00
commit 72e65ac543

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.