Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 882 Bytes

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 882 Bytes

MIT License ZSH 5.0.2+

zsh-poetry

Automatically activates virtual environments created by Poetry when changing to a project directory with a valid pyproject.toml.

Install

curl -L git.io/Jinm5 > poetry.zsh
source poetry.zsh

Antigen

antigen bundle darvid/zsh-poetry

zplug

zplug "darvid/zsh-poetry"

Configuration

Options:

  • ZSH_POETRY_AUTO_ACTIVATE (default: 1): if set, automatically activates virtual environments in valid project directories when changing directories.
  • ZSH_POETRY_AUTO_DEACTIVATE (default: 1): if set, automatically deactivates virtual environments when moving out of project directories.