From 0ba99efcd5a7bec1c18b755c0ad5af613363c01b Mon Sep 17 00:00:00 2001 From: Linwei Date: Sat, 23 Feb 2019 11:06:35 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index fb99747..9210ec6 100644 --- a/FAQ.md +++ b/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 ```