From 695533cee16095ef6dcd12b621a838c76c274c7a Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 8 Mar 2021 01:17:50 -0800 Subject: [PATCH] Fixup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c916b71..b7d4dd1 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,8 @@ z -b foo # cd to the parent directory starting with foo Create `~/.config/fish/conf.d/z.fish` with following code - lua /path/to/z.lua --init fish | source - + lua /path/to/z.lua --init fish | source + If you'd like `z.lua` to cooperate with fish's own [directory history](https://fishshell.com/docs/3.2/index.html#id34), you can put set -gx _ZL_CD cd