From a5830876f013091850cb342f41cbb62503627963 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 23 Nov 2018 18:55:39 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11adec6..e1f3416 100644 --- a/README.md +++ b/README.md @@ -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