1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-17 13:19:48 +00:00

update doc

This commit is contained in:
skywind3000
2019-02-02 16:34:24 +08:00
parent e0f3709f88
commit d029ce9172
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ PS如果你使用 Fish shell需要 2.7.0 以上才支持该功能。
`"z -I ."` 或者 `"zf ."` 可以让 fzf 来对整个数据库中的路径进行选择。
PS如果你使用 Fish shell需要 2.7.0 以上才支持该功能。
PS你可以使用 `$_ZL_FZF` 环境变量来精确指明 fzf 的可执行路径,默认的话就是 fzf。如果你使用 Fish shell需要 2.7.0 以上才支持该功能。
## Tips

View File

@@ -240,7 +240,7 @@ Usually, `z -I` can be aliased to `zf` (z + fuzzy finder) for convenience. If th
`"z -I ."` or `"zf ."` can be used to use fzf select from entire database.
NOTE: for fish shell, this feature requires fish 2.7.0 or above.
NOTE: For fish shell, this feature requires fish 2.7.0 or above. You can specify fzf executable in `$_ZL_FZF` environment variable, `"fzf"` will be called by default.
## Tips