mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-15 12:19:49 +00:00
update doc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user