mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Quote file paths to prevent word splitting issues. Changed: - microk8s line 13: source $cache → source "$cache" - autoenv line 54: source $autoenv_dir/activate → source "$autoenv_dir/activate" - autoenv line 56: source $autoenv_dir/activate.sh → source "$autoenv_dir/activate.sh" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| autoenv.plugin.zsh | ||
| README.md | ||
Autoenv plugin
This plugin loads the Autoenv.
To use it, add autoenv to the plugins array in your zshrc file:
plugins=(... autoenv)
Functions
use_env(): creates and/or activates a virtualenv. For use in.envfiles. See the source code for details.
Requirements
In order to make this work, you will need to have the autoenv installed.
More info on the usage and install at the project's homepage.