mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
zsh: profile-relative functions path
This is needed mostly for autocompletion.
This commit is contained in:
parent
6b8b0fd544
commit
766207ca1d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user