1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-07-02 02:48:51 +00:00

update docstring

This commit is contained in:
skywind3000
2019-02-12 18:11:13 +08:00
parent 5aa859fc86
commit 30aad27e37
+1 -1
View File
@@ -67,7 +67,7 @@
-- 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_EXCLUDE to an array of directories to exclude.
-- set $_ZL_ADD_ONCE to 1 to update database only if $PWD changed.
-- set $_ZL_CD to specify your own cd command
-- set $_ZL_ECHO to 1 to display new directory name after cd.