Skip to content

Commit

Permalink
feat: zsh default
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Mar 26, 2024
1 parent 416fe83 commit 7baa920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},

// Set *default* container specific settings.json values on container create.
"settings": {},
"settings": {
"terminal.integrated.shell.linux": "zsh"
},

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit 7baa920

Please sign in to comment.