1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-21 23:29:48 +00:00

Updated FAQ (markdown)

Linwei
2019-02-23 11:06:35 +08:00
parent 05dadadf7b
commit 0ba99efcd5

2
FAQ.md

@@ -3,7 +3,7 @@
[fz](https://github.com/changyuheng/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` before sourcing fz.sh:
```bash
function _z() { _zlua "$@"; }
FZ_HISTORY_CD_CMD="_zlua"
source /path/to/fz.sh
```