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

commit new update

This commit is contained in:
skywind3000
2018-11-21 16:57:04 +08:00
parent 5de7f1fabf
commit 9465f9f188

4
z.lua
View File

@@ -29,6 +29,10 @@
-- Zsh Install:
-- * put something like this in your .zshrc:
-- eval "$(lua /path/to/z.lua --init zsh)"
--
-- Posix Shell Install:
-- * put something like this in your .profile:
-- eval "$(lua /path/to/z.lua --init posix)"
--
-- Windows Install (with Clink):
-- * copy z.lua and z.cmd to clink's home directory