Revert "zsh: profile-relative functions path"

This reverts commit 766207ca1d.

We need to solve the problem with `environment.profileRelativeEnvVars`.
The best workaround is to make profileRelativeEnvVars prepend paths.
This commit is contained in:
Arseniy Seroka 2015-01-10 22:11:13 +03:00
parent 425935916c
commit 4f596fb93f

View File

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