fix wrong variable name

This commit is contained in:
Aleksey 2024-04-25 22:03:14 +04:00
parent 8d4335438e
commit 0e68037fdc
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -3,7 +3,7 @@ function global_config_setup()
zshlibs_log global "expanding path with '$path_extra'"
if [[ -n "${extras_path}" ]]
then
global_path_expand $extras_path $path_extra
global_path_expand $extras_path $extras_choices
fi
zshlibs_log global "expanding fpath with '$fpath_extra'"
global_fpath_expand vanilla