mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 01:45:06 +03:00
fix: update codespaces configuration (#3550)
* Update devcontainer.json * Update devcontainer.json * Update .devcontainer/devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update devcontainer.json * Update .devcontainer/devcontainer.json * Update devcontainer.json * Update .devcontainer/devcontainer.json * Update .devcontainer/devcontainer.json * Update devcontainer.json * Update .devcontainer/devcontainer.json
This commit is contained in:
parent
2629971863
commit
41705015d6
1 changed files with 1 additions and 1 deletions
|
@ -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')"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue