-
Notifications
You must be signed in to change notification settings - Fork 144
FAQ
Linwei edited this page Feb 17, 2019
·
35 revisions
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.