From 41eff5fa885ade2ccad70e3c718116ddfc68318e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 18 Feb 2015 07:30:43 -0800 Subject: [PATCH] Add zgen instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c00f1a7..34ac633 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,18 @@ This is is a zsh optimized version of ## Installation -Using [antigen](https://github.com/zsh-users/antigen) +### Using [antigen](https://github.com/zsh-users/antigen) antigen-bundle Tarrasch/zsh-autoenv +### Using [zgen](https://github.com/tarjoilija/zgen) + +Add + + zgen load Tarrasch/zsh-autoenv + +to your `.zshrc` where you're loading your other plugins. + ## Credits The code was mostly copied from [Joshua Clayton](https://github.com/joshuaclayton)