1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 19:59:48 +00:00

update doc

This commit is contained in:
skywind3000
2018-11-21 17:54:48 +08:00
parent a613e8d3c7
commit 732acd3836

View File

@@ -37,22 +37,23 @@ z -e foo # echo the best match, don't cd
eval "$(lua /path/to/z.lua --init zsh)"
- posix shells:
-
put something like this in your `.profile`:
eval "$(lua /path/to/z.lua --init posix)"
- Windows (with clink):
copy z.lua and z.cmd to clink's home directory
Add clink's home to `%PATH%` (z.cmd can be called anywhere)
Ensure that "lua" can be called in `%PATH%`
- copy z.lua and z.cmd to clink's home directory
- Add clink's home to `%PATH%` (z.cmd can be called anywhere)
- Ensure that "lua" can be called in `%PATH%`
- Windows Cmder Install:
-
copy z.lua and z.cmd to cmder/vendor
Add cmder/vendor to %PATH%
Ensure that "lua" can be called in %PATH%
- copy z.lua and z.cmd to cmder/vendor
- Add cmder/vendor to %PATH%
- Ensure that "lua" can be called in %PATH%
## Customize