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

update doc

This commit is contained in:
skywind3000
2019-02-05 02:34:24 +08:00
parent 43c3657bfb
commit 76099e3d7d
2 changed files with 2 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ PS你可以使用 `$_ZL_FZF` 环境变量来精确指明 fzf 的可执行路
只需要输入:`z -b site`
实际上,可简化为 `z -b <开头的几个字母>` 比如 `z -b s` or `z -b si`。
实际上,可简化为 `z -b <开头的几个字母>` 比如 `z -b s` 或者 `z -b si`。
如果当前存在多级父目录同时包含你输入的关键词,`z -b xxx` 会将你到离你最近的那一层父目录。

View File

@@ -218,7 +218,7 @@ To enable this, you can set `$_ZL_ADD_ONCE` to `1` before init z.lua. Or you can
````bash
eval "$(lua /path/to/z.lua --init bash once)"
eval "$(lua /path/to/z.lua --init zsh once)"
source (lua /path/to/z.lua --init fish | psub)
source (lua /path/to/z.lua --init fish once | psub)
````
It could be much faster on slow hardware or Cygwin/MSYS.