Skip to content

Commit dd9859a

Browse files
committed
use zsh in common-utils (for my dotfile >:)
1 parent c91bf48 commit dd9859a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@
2323
}
2424
},
2525
"features": {
26+
// zsh as default shell for my dotfiles to work
27+
"ghcr.io/devcontainers/features/common-utils:2": {
28+
"configureZshAsDefaultShell": true
29+
},
2630
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
2731
"ghcr.io/devcontainers/features/github-cli:1": {},
28-
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:0": {}
32+
"ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}
2933
},
3034
"updateContentCommand": "npm install -g @devcontainers/cli"
3135
}

0 commit comments

Comments
 (0)