From 65391b4678d88fd1292214624bb11e2c0ff60eef Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 21 Nov 2018 18:07:33 +0800 Subject: [PATCH] commit new README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 403bce0..a688884 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ z -e foo # echo the best match, don't cd ## Customize -- set $_ZL_CMD in .bashrc/.zshrc to change the command (default z). -- set $_ZL_DATA in .bashrc/.zshrc to change the datafile (default ~/.zlua). -- set $_ZL_NO_PROMPT_COMMAND if you're handling PROMPT_COMMAND yourself. -- set $_ZL_EXCLUDE_DIRS to an array of directories to exclude. +- set `$_ZL_CMD` in .bashrc/.zshrc to change the command (default z). +- set `$_ZL_DATA` in .bashrc/.zshrc to change the datafile (default ~/.zlua). +- set `$_ZL_NO_PROMPT_COMMAND` if you're handling PROMPT_COMMAND yourself. +- set `$_ZL_EXCLUDE_DIRS` to an array of directories to exclude. ## Credit