From 4f596fb93fa241444e1299ebdbf5859a2002b71e Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Sat, 10 Jan 2015 22:11:13 +0300 Subject: [PATCH] Revert "zsh: profile-relative functions path" This reverts commit 766207ca1d52db37df5ca17b9bd3bd21a03dfafd. We need to solve the problem with `environment.profileRelativeEnvVars`. The best workaround is to make profileRelativeEnvVars prepend paths. --- nixos/modules/programs/zsh/zsh.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix index edde7a7a757e..74dd6af0bdde 100644 --- a/nixos/modules/programs/zsh/zsh.nix +++ b/nixos/modules/programs/zsh/zsh.nix @@ -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.