diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4c4d6c47..137d4ca0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "postAttachCommand": "sh <(curl https://pkgx.sh) --yes && exec bash -i" + "postAttachCommand": "sh <(curl https://pkgx.sh) && pkgx --integrate && echo pkgx integrated && exec bash -i <(echo 'dev && echo dev environment loaded || echo error loading dev environment; exec $SHELL')" }