1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-22 23:40:58 +02:00

Add zgen instructions

This commit is contained in:
Joe Block 2015-02-18 07:30:43 -08:00
parent b7dfc3ec04
commit 41eff5fa88

View File

@ -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)