From 9465f9f188965f6365200517db40deda9dfe867d Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Wed, 21 Nov 2018 16:57:04 +0800 Subject: [PATCH] commit new update --- z.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/z.lua b/z.lua index c00fdbe..475b70a 100644 --- a/z.lua +++ b/z.lua @@ -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