We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c15a3 + 6e01d4a commit 44a2489Copy full SHA for 44a2489
README.md
@@ -153,7 +153,7 @@ z -b foo # cd to the parent directory starting with foo
153
- set `$_ZL_EXCLUDE_DIRS` to a comma separated list of dirs to exclude.
154
- set `$_ZL_ADD_ONCE` to '1' to update database only if `$PWD` changed.
155
- set `$_ZL_MAXAGE` to define a aging threshold (default is 5000).
156
-- set `$_ZL_CD` to specify your own cd command.
+- set `$_ZL_CD` to specify your own cd command (default is `builtin cd` in Unix shells).
157
- set `$_ZL_ECHO` to 1 to display new directory name after cd.
158
- set `$_ZL_MATCH_MODE` to 1 to enable enhanced matching.
159
- set `$_ZL_NO_CHECK` to 1 to disable path validation, use `z --purge` to clean
0 commit comments