We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c683c commit 5011c47Copy full SHA for 5011c47
.devcontainer/on-create.sh
@@ -20,6 +20,9 @@ echo 'eval "$(register-python-argcomplete3 cz)"' >> ~/.zshrc
20
echo "POETRY INSTALL"
21
pipx install poetry
22
poetry completions bash >> ~/.bash_completion
23
+mkdir $ZSH_CUSTOM/plugins/poetry
24
+poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
25
+sed -i 's/plugins=(git)/plugins=(git poetry)/' ~/.zshrc
26
poetry config virtualenvs.in-project true
27
direnv allow .
28
poetry env remove --all
0 commit comments