From 5ea8a83dc91c3d41da8425089b34c68b37d61dec Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 11 Feb 2019 12:49:07 +0800 Subject: [PATCH] update doc for fzf-completion --- README.cn.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index d1c1b97..0ac3812 100644 --- a/README.cn.md +++ b/README.cn.md @@ -320,7 +320,7 @@ zsh/fish 的补全系统是比较完善的,使用 `z foo` 就能触发补 再次按 `` 键,就可以用可视化的方式对列表进行选择。 -在 bash 下面补全系统没有那么强大,所以 z.lua 引入了 fzf 补全,初始化使用: +在 bash 下面补全系统没有那么强大,所以 z.lua 引入了 fzf 补全,初始化时在 `--init` 后追加 `fzf` 关键字: ```bash eval "$(lua /path/to/z.lua --init bash enhanced once echo fzf)" diff --git a/README.md b/README.md index 5fa2c2d..56c5924 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ For zsh/fish, completion can be triggered by `z foo`. and a list of candida Press `` again, you can select your destination in a visualized way. -Bash is not as powerful as zsh/fish, so we introduced fzf-completion for bash, initialize your z.lua like this: +Bash is not as powerful as zsh/fish, so we introduced fzf-completion for bash, initialize your z.lua and append `fzf` keyword after `--init`: ```bash eval "$(lua /path/to/z.lua --init bash enhanced once echo fzf)"