From 0d57961a0d950701ea6ea39a9f4d84867a624668 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 7 Feb 2019 02:30:33 +0800 Subject: [PATCH] update doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33dd158..028c1a3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ z -b foo # cd to the parent directory starting with foo This is another way to initialize z.lua in fish shell, but remember to regenerate z.fish if z.lua has been updated or moved. + Package managers like oh-my-fish and fisher are supported, you can install z.lua from url: + + omf install https://github.com/skywind3000/z.lua # install z.lua in oh-my-fish + - Power Shell: put something like this in your `profile.ps1`: