Skip to content

lxp731/auto-venv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A plugin for zsh to auto activate virtual environment. Applicable to uv, poetry. It will check current path if exist .venvor venv folder. Determine whether to activate the virtual environment based on this folder.

Installation

git clone https://github.com/lxp731/auto-venv.git "$ZSH_CUSTOM/plugins/auto-venv"

Then add this line to your .zshrc. Make sure it is before the line source $ZSH/oh-my-zsh.sh.

plugins=(
    ...
    auto-venv
)

About

Auto activate virtual env.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages