mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-21 23:29:48 +00:00
Updated FAQ (markdown)
2
FAQ.md
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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user