my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
515 B

3 years ago
  1. # Autoenv plugin
  2. This plugin loads the [Autoenv](https://github.com/inishchith/autoenv).
  3. To use it, add `autoenv` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... autoenv)
  6. ```
  7. ## Functions
  8. * `use_env()`: creates and/or activates a virtualenv. For use in `.env` files.
  9. See the source code for details.
  10. ## Requirements
  11. In order to make this work, you will need to have the autoenv installed.
  12. More info on the usage and install at [the project's homepage](https://github.com/inishchith/autoenv).