mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
425935916c
commit
4f596fb93f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user