Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Jun 20, 2024
1 parent d484cc1 commit b6645e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"postAttachCommand": [
"curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f && echo done",
"echo 'eval \"$(devbox global shellenv --init-hook)\"' >> ~/.zshrc"
"/bin/sh -c 'curl -fsSL https://get.jetpack.io/devbox | bash -s -- -f && echo done'",
"/bin/sh -c 'echo \"eval \\\"$(devbox global shellenv --init-hook)\\\"\" >> ~/.zshrc'"
]
}

0 comments on commit b6645e3

Please sign in to comment.