Skip to content
Linwei edited this page Feb 17, 2019 · 35 revisions

fz.sh for better completion

fz is a bash/zsh plugin that seamlessly adds fuzzy search to tab completion of z.sh. z.lua can work with it for better completion result, just define a _z function and pass all the arguments to _zlua:

_z() { _zlua "$@"; }

After that, you can source fz.sh in your shell rc.

Clone this wiki locally