Skip to content

Commit 6270ca6

Browse files
committed
Updated default shell to zshell for dev containers
1 parent 1056007 commit 6270ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"customizations": {
77
"vscode": {
88
"settings": {
9-
"terminal.integrated.defaultProfile.linux": "bash"
9+
"terminal.integrated.defaultProfile.linux": "zsh"
1010
},
1111
"extensions": [
1212
// Liquid tags auto-complete

0 commit comments

Comments
 (0)