From e89ab23e53c9d03852ada24212416a6286b9fb60 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 21 Nov 2018 17:52:31 +0800 Subject: [PATCH] update doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 085ccd4..b00e7e1 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,12 @@ z -e foo # echo the best match, don't cd ## Install - bash: + put something like this in your `.bashrc`: eval "$(lua /path/to/z.lua --init bash)" - zsh: + put something like this in your `.zshrc`: eval "$(lua /path/to/z.lua --init zsh)"