function global_path_expand() { local bin_base=${globaldots_path}/bin for pathnew in ${*}; do zshlibs_path_add "${bin_base}/${pathnew}" done; }