fix wrong variable name
This commit is contained in:
parent
8d4335438e
commit
0e68037fdc
@ -3,7 +3,7 @@ function global_config_setup()
|
|||||||
zshlibs_log global "expanding path with '$path_extra'"
|
zshlibs_log global "expanding path with '$path_extra'"
|
||||||
if [[ -n "${extras_path}" ]]
|
if [[ -n "${extras_path}" ]]
|
||||||
then
|
then
|
||||||
global_path_expand $extras_path $path_extra
|
global_path_expand $extras_path $extras_choices
|
||||||
fi
|
fi
|
||||||
zshlibs_log global "expanding fpath with '$fpath_extra'"
|
zshlibs_log global "expanding fpath with '$fpath_extra'"
|
||||||
global_fpath_expand vanilla
|
global_fpath_expand vanilla
|
||||||
|
Loading…
Reference in New Issue
Block a user