From a01b28a8d3495920e7095251e04edcd85e484a9a Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 8 Mar 2021 01:26:22 -0800 Subject: [PATCH] Fixup #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d4dd1..c3da9a9 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,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 once | psub) +lua /path/to/z.lua --init fish once | source ```` With `add once` mode off (default), z.lua will consider the time you spent in the directory (like z.sh). When this mode is on, consider the times you accessed the directory (like autojump), and that could be much faster on slow hardware.