Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Announce of Zsh Navigation Tools
On Sep 12, 4:43pm, Bart Schaefer wrote:
}
} build_fpath=( $build_dir/Completion/**/*(/) $build_dir/Functions/**/*(/) )
} my_fpath=( ~/zsh_functions/**/*(/) and so on )
}
} autoload $^fpath/*(N-.:t)
} autoload $^build_fpath/*(N-.:t)
} autoload $^my_fpath/*(N-.:t)
I meant that to say
autoload -k $^my_fpath/*(N-.:t)
} fpath=( $my_fpath $build_fpath $fpath )
Messages sorted by:
Reverse Date,
Date,
Thread,
Author