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)