diff --git a/.devcontainer/scripts/notify-dev-entrypoint.sh b/.devcontainer/scripts/notify-dev-entrypoint.sh index c1c7ad2..285f881 100755 --- a/.devcontainer/scripts/notify-dev-entrypoint.sh +++ b/.devcontainer/scripts/notify-dev-entrypoint.sh @@ -30,8 +30,9 @@ mkdir ~/.zfunc touch ~/.zfunc/_poetry poetry completions zsh > ~/.zfunc/_poetry +poetry install + # Poe the Poet plugin tab completions touch ~/.zfunc/_poe poetry run poe _zsh_completion > ~/.zfunc/_poe -poetry install \ No newline at end of file