Skip to content

Commit

Permalink
chore: enable zsh for all sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jun 1, 2024
1 parent efb3e4d commit b62ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postCreateCommand": "bash .devcontainer/post-create.sh",
"postAttachCommand": "exec zsh",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh",
// Speed up extension installation
"extensions.verifySignature": false
},
Expand Down

0 comments on commit b62ac23

Please sign in to comment.