From 06f5abb8e5a72b3e2313d2f34bc84986f6b662d2 Mon Sep 17 00:00:00 2001 From: Abheyogy <38530463+abheyogy@users.noreply.github.com> Date: Fri, 26 Feb 2021 15:05:28 +0530 Subject: [PATCH] Update README.md Adds installation option for zinit. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f84a39..d566bad 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ fisher install wfxr/forgit # for omf omf install https://github.com/wfxr/forgit +# for zinit +zinit load wfxr/forgit + # manually # Clone the repository and source it in your shell's rc file. ```