1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 12:19:49 +00:00

update doc

This commit is contained in:
skywind3000
2018-11-23 18:55:39 +08:00
parent 7cfd7962ea
commit a5830876f0

View File

@@ -70,7 +70,7 @@ z -e foo # echo the best match, don't cd
## Benchmark
The slowest part of all autojump tools is path tracking, which is installed in your `$PROMPT_COMMAND` and will be invoked each time you press enter (each time before bash display prompt). So I profile them on my NAS:
The slowest part of all autojump tools is adding current path to history data file, which will run each time you press enter(installed in `$PROMPT_COMMAND`). So I profile them on my NAS:
```bash
$ time autojump --add /tmp