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 =
|
environment.etc."zshenv".text =
|
||||||
''
|
''
|
||||||
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
|
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user